@import url("font.css");
@import url("../../../libs/stdframework/ui/mdi/css/materialdesignicons.min.css");
/**
  * Modern CSS Reset Tweaks
  * ================================================== */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  position: relative;
  width: 100%;
  min-height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
}

/* Box sizing normalization */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/**
  * CSS Reset Tweaks
  *
  * http://meyerweb.com/eric/tools/css/reset/
  * v2.0-modified | 20110126
  * License: none (public domain)
  */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/**
  * Input Reset
  */
input:required,
input {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
  box-shadow: 0 0 0 30px white inset;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:focus {
  outline: none;
}

/**
  * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
  */
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

/**
  * Prevent modern browsers from displaying `audio` without controls.
  * Remove excess height in iOS 5 devices.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
  */
[hidden] {
  display: none;
}

/**
  * Improve readability when focused and also mouse hovered in all browsers.
  */
a:active,
a:hover {
  outline: none;
}

/* Make images easier to work with */
img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

/* Make pictures easier to work with */
picture {
  display: inline-block;
}

/**
  * Address Firefox 3+ setting `line-height` on `input` using `!important` in
  * the UA stylesheet.
  */
button,
input {
  line-height: normal;
}

/**
  * Address inconsistent `text-transform` inheritance for `button` and `select`.
  * All other form control elements do not inherit `text-transform` values.
  * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
  * Correct `select` style inheritance in Firefox 4+ and Opera.
  */
button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent;
}

/**
  * Re-set default cursor for disabled elements.
  */
button[disabled],
html input[disabled] {
  cursor: default;
}

[disabled] {
  pointer-events: none;
}

/**
  * 1. Address box sizing set to content-box in IE 8/9.
  */
input[type=checkbox],
input[type=radio] {
  padding: 0;
}

/**
  * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
  * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
  *    (include `-moz` to future-proof).
  */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
  * Remove inner padding and search cancel button in Safari 5 and Chrome
  * on OS X.
  */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * Remove inner padding and border in Firefox 3+.
  */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
  * Remove most spacing between table cells.
  */
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

/**
  * Based on normalize.css v8.0.1
  * github.com/necolas/normalize.css
  */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  */
pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 75%;
}

/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

/**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: 0;
}

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * Remove the inner border and padding in Firefox.
  */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 0;
}

legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

/**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  vertical-align: baseline;
}

/**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
    ========================================================================== */
/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}

/*
  * Misc
  * ========================================================================== */
/**
  * Add the correct display in IE 10+.
  */
template {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-b);
  color: var(--color-dark);
}

p, label, span {
  font-family: var(--font-r);
  color: var(--color-dark);
}

strong, em {
  font-style: normal;
  font-family: var(--font-b);
  color: var(--color-dark);
}

a, button {
  color: inherit;
  cursor: pointer;
  font-family: inherit;
}

.a-l {
  text-align: left !important;
}

.a-c {
  text-align: center !important;
}

.a-r {
  text-align: right !important;
}

/* font */
/* color */
/* color - rgb */
:root {
  --font-r: SUIT-r, sans-serif;
  --font-t: SUIT-t, sans-serif;
  --font-el: SUIT-el, sans-serif;
  --font-l: SUIT-l, sans-serif;
  --font-m: SUIT-m, sans-serif;
  --font-sb: SUIT-sb, sans-serif;
  --font-b: SUIT-b, sans-serif;
  --font-eb: SUIT-eb, sans-serif;
  --font-h: SUIT-h, sans-serif;
}
:root[data-theme=light] {
  --color-point: #0068B7;
  --color-primary: #009EF6;
  --color-primary-active: #0095E8;
  --color-primary-light: #ECF8FF;
  --color-success: #50CD89;
  --color-success-active: #47BE7D;
  --color-success-light: #E8FFF3;
  --color-danger: #F1416C;
  --color-danger-active: #D9214E;
  --color-danger-light: #FFF5F8;
  --color-info: #7239EA;
  --color-info-active: #5014D0;
  --color-info-light: #F8F5FF;
  --color-warning: #FFC700;
  --color-warning-active: #F1BC00;
  --color-warning-light: #FFF8DD;
  --color-white: #FFFFFF;
  --color-white-active: #F5F8FA;
  --color-dark: #1E1E2D;
  --color-dark-active: #101425;
  --color-gray-100: #F9F9F9;
  --color-gray-200: #F1F1F2;
  --color-gray-300: #E1E3EA;
  --color-gray-400: #D8D8E5;
  --color-gray-500: #A1A5B7;
  --color-gray-600: #7E8299;
  --color-gray-700: #5E6278;
  --color-gray-800: #2b2b40;
  --color-gray-900: #151521;
  --color-rgb-point: 0, 104, 183;
  --color-rgb-primary: 0, 158, 246;
  --color-rgb-primary-active: 0, 149, 232;
  --color-rgb-primary-light: 236, 248, 255;
  --color-rgb-success: 80, 205, 137;
  --color-rgb-success-active: 71, 190, 125;
  --color-rgb-success-light: 232, 255, 243;
  --color-rgb-danger: 241, 65, 108;
  --color-rgb-danger-active: 217, 33, 78;
  --color-rgb-danger-light: 255, 245, 248;
  --color-rgb-info: 114, 57, 234;
  --color-rgb-info-active: 80, 20, 208;
  --color-rgb-info-light: 248, 245, 255;
  --color-rgb-warning: 255, 199, 0;
  --color-rgb-warning-active: 241, 188, 0;
  --color-rgb-warning-light: 255, 248, 221;
  --color-rgb-white: 255, 255, 255;
  --color-rgb-white-active: 245, 248, 250;
  --color-rgb-dark: 24, 28, 50;
  --color-rgb-dark-active: 16, 20, 37;
  --color-rgb-gray-100: 249, 249, 249;
  --color-rgb-gray-200: 241, 241, 242;
  --color-rgb-gray-300: 225, 227, 234;
  --color-rgb-gray-400: 216, 216, 229;
  --color-rgb-gray-500: 161, 165, 183;
  --color-rgb-gray-600: 126, 130, 153;
  --color-rgb-gray-700: 94, 98, 120;
  --color-rgb-gray-800: 63, 66, 84;
  --color-rgb-gray-900: 26, 31, 59;
}
:root[data-theme=dark] {
  --color-point: #0068B7;
  --color-primary: #009EF6;
  --color-primary-active: #0095E8;
  --color-primary-light: #ECF8FF;
  --color-success: #50CD89;
  --color-success-active: #47BE7D;
  --color-success-light: #E8FFF3;
  --color-danger: #F1416C;
  --color-danger-active: #D9214E;
  --color-danger-light: #FFF5F8;
  --color-info: #7239EA;
  --color-info-active: #5014D0;
  --color-info-light: #F8F5FF;
  --color-warning: #FFC700;
  --color-warning-active: #F1BC00;
  --color-warning-light: #FFF8DD;
  --color-dark: #FFFFFF;
  --color-dark-active: #F5F8FA;
  --color-white: #1E1E2D;
  --color-white-active: #101425;
  --color-gray-100: #151521;
  --color-gray-200: #2b2b40;
  --color-gray-300: #5E6278;
  --color-gray-400: #7E8299;
  --color-gray-500: #A1A5B7;
  --color-gray-600: #D8D8E5;
  --color-gray-700: #E1E3EA;
  --color-gray-800: #F1F1F2;
  --color-gray-900: #F9F9F9;
  --color-rgb-point: 0, 104, 183;
  --color-rgb-primary: 0, 158, 246;
  --color-rgb-primary-active: 0, 149, 232;
  --color-rgb-primary-light: 236, 248, 255;
  --color-rgb-success: 80, 205, 137;
  --color-rgb-success-active: 71, 190, 125;
  --color-rgb-success-light: 232, 255, 243;
  --color-rgb-danger: 241, 65, 108;
  --color-rgb-danger-active: 217, 33, 78;
  --color-rgb-danger-light: 255, 245, 248;
  --color-rgb-info: 114, 57, 234;
  --color-rgb-info-active: 80, 20, 208;
  --color-rgb-info-light: 248, 245, 255;
  --color-rgb-warning: 255, 199, 0;
  --color-rgb-warning-active: 241, 188, 0;
  --color-rgb-warning-light: 255, 248, 221;
  --color-rgb-white: 24, 28, 50;
  --color-rgb-white-active: 16, 20, 37;
  --color-rgb-dark: 255, 255, 255;
  --color-rgb-dark-active: 245, 248, 250;
  --color-rgb-gray-100: 26, 31, 59;
  --color-rgb-gray-200: 63, 66, 84;
  --color-rgb-gray-300: 94, 98, 120;
  --color-rgb-gray-400: 126, 130, 153;
  --color-rgb-gray-500: 161, 165, 183;
  --color-rgb-gray-600: 216, 216, 229;
  --color-rgb-gray-700: 225, 227, 234;
  --color-rgb-gray-800: 241, 241, 242;
  --color-rgb-gray-900: 249, 249, 249;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

[class*=ico__] {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%230068B7'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%230068B7'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%230068B7'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%230068B7'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%230068B7'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%230068B7'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%230068B7'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%230068B7'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%230068B7'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%230068B7'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%230068B7'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%230068B7'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%230068B7'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%230068B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%230068B7'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%230068B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%230068B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%230068B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%230068B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23009EF6'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23009EF6'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23009EF6'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23009EF6'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23009EF6'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23009EF6'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23009EF6'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23009EF6'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23009EF6'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23009EF6'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23009EF6'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23009EF6'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23009EF6'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23009EF6'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23009EF6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23009EF6'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23009EF6'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23009EF6'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23009EF6'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%230095E8'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%230095E8'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%230095E8'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%230095E8'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%230095E8'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%230095E8'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%230095E8'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%230095E8'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%230095E8'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%230095E8'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%230095E8'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%230095E8'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%230095E8'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%230095E8'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%230095E8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%230095E8'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%230095E8'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%230095E8'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%230095E8'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23ECF8FF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23ECF8FF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23ECF8FF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23ECF8FF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23ECF8FF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23ECF8FF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23ECF8FF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23ECF8FF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23ECF8FF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23ECF8FF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23ECF8FF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23ECF8FF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23ECF8FF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23ECF8FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23ECF8FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23ECF8FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23ECF8FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23ECF8FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23ECF8FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%2350CD89'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%2350CD89'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%2350CD89'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%2350CD89'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%2350CD89'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%2350CD89'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%2350CD89'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%2350CD89'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%2350CD89'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%2350CD89'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%2350CD89'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%2350CD89'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%2350CD89'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%2350CD89'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%2350CD89'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%2350CD89'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%2350CD89'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%2350CD89'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%2350CD89'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%2347BE7D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%2347BE7D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%2347BE7D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%2347BE7D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%2347BE7D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%2347BE7D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%2347BE7D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%2347BE7D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%2347BE7D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%2347BE7D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%2347BE7D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%2347BE7D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%2347BE7D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%2347BE7D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%2347BE7D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%2347BE7D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%2347BE7D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%2347BE7D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%2347BE7D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23E8FFF3'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23E8FFF3'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23E8FFF3'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23E8FFF3'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23E8FFF3'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23E8FFF3'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23E8FFF3'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23E8FFF3'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23E8FFF3'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23E8FFF3'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23E8FFF3'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23E8FFF3'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23E8FFF3'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23E8FFF3'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23E8FFF3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23E8FFF3'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23E8FFF3'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23E8FFF3'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23E8FFF3'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23F1416C'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23F1416C'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23F1416C'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23F1416C'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23F1416C'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23F1416C'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23F1416C'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23F1416C'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23F1416C'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23F1416C'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23F1416C'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23F1416C'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23F1416C'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23F1416C'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23F1416C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23F1416C'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23F1416C'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23F1416C'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23F1416C'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23D9214E'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23D9214E'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23D9214E'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23D9214E'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23D9214E'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23D9214E'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23D9214E'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23D9214E'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23D9214E'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23D9214E'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23D9214E'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23D9214E'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23D9214E'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23D9214E'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23D9214E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23D9214E'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23D9214E'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23D9214E'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23D9214E'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFF5F8'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFF5F8'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFF5F8'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFF5F8'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFF5F8'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFF5F8'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFF5F8'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFF5F8'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFF5F8'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFF5F8'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFF5F8'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFF5F8'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFF5F8'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFF5F8'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFF5F8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFF5F8'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFF5F8'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFF5F8'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFF5F8'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%237239EA'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%237239EA'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%237239EA'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%237239EA'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%237239EA'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%237239EA'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%237239EA'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%237239EA'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%237239EA'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%237239EA'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%237239EA'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%237239EA'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%237239EA'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%237239EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%237239EA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%237239EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%237239EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%237239EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%237239EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%235014D0'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%235014D0'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%235014D0'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%235014D0'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%235014D0'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%235014D0'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%235014D0'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%235014D0'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%235014D0'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%235014D0'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%235014D0'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%235014D0'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%235014D0'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%235014D0'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%235014D0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%235014D0'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%235014D0'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%235014D0'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%235014D0'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23F8F5FF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23F8F5FF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23F8F5FF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23F8F5FF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23F8F5FF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23F8F5FF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23F8F5FF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23F8F5FF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23F8F5FF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23F8F5FF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23F8F5FF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23F8F5FF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23F8F5FF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23F8F5FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23F8F5FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23F8F5FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23F8F5FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23F8F5FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23F8F5FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFC700'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFC700'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFC700'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFC700'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFC700'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFC700'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFC700'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFC700'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFC700'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFC700'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFC700'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFC700'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFC700'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFC700'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFC700'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFC700'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFC700'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFC700'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFC700'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23F1BC00'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23F1BC00'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23F1BC00'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23F1BC00'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23F1BC00'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23F1BC00'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23F1BC00'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23F1BC00'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23F1BC00'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23F1BC00'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23F1BC00'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23F1BC00'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23F1BC00'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23F1BC00'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23F1BC00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23F1BC00'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23F1BC00'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23F1BC00'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23F1BC00'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFF8DD'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFF8DD'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFF8DD'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFF8DD'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFF8DD'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFF8DD'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFF8DD'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFF8DD'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFF8DD'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFF8DD'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFF8DD'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFF8DD'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFF8DD'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFF8DD'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFF8DD'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFF8DD'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFF8DD'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFF8DD'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFF8DD'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23F5F8FA'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23F5F8FA'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23F5F8FA'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23F5F8FA'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23F5F8FA'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23F5F8FA'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23F5F8FA'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23F5F8FA'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23F5F8FA'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23F5F8FA'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23F5F8FA'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23F5F8FA'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23F5F8FA'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23F5F8FA'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23F5F8FA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23F5F8FA'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23F5F8FA'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23F5F8FA'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23F5F8FA'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23101425'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23101425'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23101425'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23101425'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23101425'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23101425'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23101425'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23101425'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23101425'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23101425'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23101425'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23101425'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23101425'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23101425'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23101425'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23101425'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23101425'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23101425'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23101425'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23F9F9F9'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23F9F9F9'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23F9F9F9'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23F9F9F9'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23F9F9F9'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23F9F9F9'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23F9F9F9'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23F9F9F9'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23F9F9F9'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23F9F9F9'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23F9F9F9'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23F9F9F9'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23F9F9F9'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23F9F9F9'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23F9F9F9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23F9F9F9'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23F9F9F9'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23F9F9F9'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23F9F9F9'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23F1F1F2'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23F1F1F2'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23F1F1F2'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23F1F1F2'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23F1F1F2'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23F1F1F2'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23F1F1F2'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23F1F1F2'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23F1F1F2'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23F1F1F2'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23F1F1F2'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23F1F1F2'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23F1F1F2'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23F1F1F2'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23F1F1F2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23F1F1F2'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23F1F1F2'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23F1F1F2'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23F1F1F2'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23E1E3EA'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23E1E3EA'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23E1E3EA'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23E1E3EA'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23E1E3EA'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23E1E3EA'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23E1E3EA'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23E1E3EA'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23E1E3EA'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23E1E3EA'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23E1E3EA'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23E1E3EA'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23E1E3EA'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23E1E3EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23E1E3EA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23E1E3EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23E1E3EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23E1E3EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23E1E3EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23D8D8E5'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23D8D8E5'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23D8D8E5'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23D8D8E5'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23D8D8E5'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23D8D8E5'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23D8D8E5'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23D8D8E5'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23D8D8E5'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23D8D8E5'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23D8D8E5'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23D8D8E5'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23D8D8E5'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23D8D8E5'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23D8D8E5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23D8D8E5'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23D8D8E5'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23D8D8E5'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23D8D8E5'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23A1A5B7'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23A1A5B7'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23A1A5B7'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23A1A5B7'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23A1A5B7'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23A1A5B7'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23A1A5B7'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23A1A5B7'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23A1A5B7'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23A1A5B7'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23A1A5B7'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23A1A5B7'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23A1A5B7'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23A1A5B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23A1A5B7'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23A1A5B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23A1A5B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23A1A5B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23A1A5B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%237E8299'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%237E8299'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%237E8299'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%237E8299'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%237E8299'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%237E8299'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%237E8299'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%237E8299'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%237E8299'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%237E8299'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%237E8299'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%237E8299'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%237E8299'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%237E8299'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%237E8299'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%237E8299'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%237E8299'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%237E8299'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%237E8299'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%235E6278'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%235E6278'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%235E6278'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%235E6278'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%235E6278'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%235E6278'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%235E6278'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%235E6278'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%235E6278'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%235E6278'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%235E6278'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%235E6278'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%235E6278'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%235E6278'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%235E6278'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%235E6278'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%235E6278'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%235E6278'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%235E6278'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%232b2b40'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%232b2b40'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%232b2b40'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%232b2b40'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%232b2b40'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%232b2b40'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%232b2b40'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%232b2b40'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%232b2b40'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%232b2b40'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%232b2b40'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%232b2b40'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%232b2b40'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%232b2b40'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%232b2b40'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%232b2b40'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%232b2b40'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%232b2b40'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%232b2b40'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23151521'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23151521'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23151521'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23151521'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23151521'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23151521'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23151521'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23151521'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23151521'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23151521'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23151521'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23151521'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23151521'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23151521'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__logo_color--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__search--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23151521'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__menu--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__close--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__arrow-down--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-right--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__chevron-down--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__star--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__all--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__logout--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__more--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__calendar--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23151521'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__sort--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23151521'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__download--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__popup--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__checkbox-check--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__radio-check--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__clock--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__kr--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__en--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__error--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__polygon--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23151521'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__rect--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23151521'/%3E%3C/svg%3E%0A");
}
html[data-theme=light] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__dark--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__light--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__info--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__question--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=light] .ico__stop--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23151521'/%3E%3C/svg%3E");
}

html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%230068B7'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%230068B7'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%230068B7'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%230068B7'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%230068B7'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%230068B7'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%230068B7'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%230068B7'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%230068B7'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%230068B7'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%230068B7'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%230068B7'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%230068B7'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%230068B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%230068B7'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%230068B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%230068B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%230068B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%230068B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--point {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%230068B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23009EF6'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23009EF6'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23009EF6'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23009EF6'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23009EF6'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23009EF6'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23009EF6'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23009EF6'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23009EF6'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23009EF6'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23009EF6'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23009EF6'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23009EF6'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23009EF6'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23009EF6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23009EF6'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23009EF6'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23009EF6'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23009EF6'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--primary {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23009EF6'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%230095E8'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%230095E8'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%230095E8'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%230095E8'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%230095E8'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%230095E8'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%230095E8'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%230095E8'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%230095E8'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%230095E8'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%230095E8'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%230095E8'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%230095E8'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%230095E8'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%230095E8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%230095E8'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%230095E8'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%230095E8'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%230095E8'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--primary-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%230095E8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23ECF8FF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23ECF8FF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23ECF8FF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23ECF8FF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23ECF8FF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23ECF8FF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23ECF8FF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23ECF8FF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23ECF8FF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23ECF8FF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23ECF8FF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23ECF8FF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23ECF8FF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23ECF8FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23ECF8FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23ECF8FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23ECF8FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23ECF8FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23ECF8FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--primary-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23ECF8FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%2350CD89'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%2350CD89'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%2350CD89'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%2350CD89'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%2350CD89'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%2350CD89'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%2350CD89'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%2350CD89'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%2350CD89'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%2350CD89'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%2350CD89'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%2350CD89'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%2350CD89'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%2350CD89'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%2350CD89'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%2350CD89'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%2350CD89'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%2350CD89'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%2350CD89'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%2350CD89'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%2347BE7D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%2347BE7D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%2347BE7D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%2347BE7D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%2347BE7D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%2347BE7D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%2347BE7D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%2347BE7D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%2347BE7D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%2347BE7D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%2347BE7D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%2347BE7D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%2347BE7D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%2347BE7D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%2347BE7D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%2347BE7D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%2347BE7D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%2347BE7D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%2347BE7D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--success-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%2347BE7D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23E8FFF3'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23E8FFF3'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23E8FFF3'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23E8FFF3'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23E8FFF3'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23E8FFF3'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23E8FFF3'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23E8FFF3'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23E8FFF3'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23E8FFF3'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23E8FFF3'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23E8FFF3'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23E8FFF3'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23E8FFF3'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23E8FFF3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23E8FFF3'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23E8FFF3'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23E8FFF3'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23E8FFF3'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--success-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23E8FFF3'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23F1416C'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23F1416C'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23F1416C'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23F1416C'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23F1416C'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23F1416C'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23F1416C'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23F1416C'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23F1416C'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23F1416C'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23F1416C'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23F1416C'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23F1416C'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23F1416C'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23F1416C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23F1416C'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23F1416C'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23F1416C'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23F1416C'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23F1416C'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23D9214E'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23D9214E'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23D9214E'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23D9214E'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23D9214E'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23D9214E'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23D9214E'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23D9214E'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23D9214E'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23D9214E'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23D9214E'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23D9214E'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23D9214E'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23D9214E'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23D9214E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23D9214E'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23D9214E'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23D9214E'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23D9214E'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--danger-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23D9214E'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFF5F8'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFF5F8'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFF5F8'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFF5F8'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFF5F8'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFF5F8'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFF5F8'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFF5F8'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFF5F8'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFF5F8'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFF5F8'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFF5F8'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFF5F8'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFF5F8'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFF5F8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFF5F8'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFF5F8'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFF5F8'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFF5F8'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--danger-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFF5F8'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%237239EA'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%237239EA'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%237239EA'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%237239EA'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%237239EA'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%237239EA'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%237239EA'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%237239EA'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%237239EA'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%237239EA'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%237239EA'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%237239EA'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%237239EA'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%237239EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%237239EA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%237239EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%237239EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%237239EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%237239EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%237239EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%235014D0'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%235014D0'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%235014D0'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%235014D0'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%235014D0'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%235014D0'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%235014D0'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%235014D0'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%235014D0'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%235014D0'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%235014D0'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%235014D0'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%235014D0'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%235014D0'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%235014D0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%235014D0'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%235014D0'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%235014D0'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%235014D0'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--info-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%235014D0'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23F8F5FF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23F8F5FF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23F8F5FF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23F8F5FF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23F8F5FF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23F8F5FF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23F8F5FF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23F8F5FF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23F8F5FF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23F8F5FF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23F8F5FF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23F8F5FF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23F8F5FF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23F8F5FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23F8F5FF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23F8F5FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23F8F5FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23F8F5FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23F8F5FF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--info-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23F8F5FF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFC700'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFC700'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFC700'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFC700'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFC700'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFC700'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFC700'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFC700'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFC700'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFC700'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFC700'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFC700'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFC700'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFC700'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFC700'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFC700'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFC700'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFC700'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFC700'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23F1BC00'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23F1BC00'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23F1BC00'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23F1BC00'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23F1BC00'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23F1BC00'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23F1BC00'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23F1BC00'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23F1BC00'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23F1BC00'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23F1BC00'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23F1BC00'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23F1BC00'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23F1BC00'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23F1BC00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23F1BC00'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23F1BC00'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23F1BC00'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23F1BC00'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--warning-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23F1BC00'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFF8DD'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFF8DD'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFF8DD'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFF8DD'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFF8DD'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFF8DD'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFF8DD'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFF8DD'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFF8DD'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFF8DD'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFF8DD'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFF8DD'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFF8DD'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFF8DD'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFF8DD'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFF8DD'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFF8DD'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFF8DD'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFF8DD'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--warning-light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFF8DD'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23F5F8FA'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23F5F8FA'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23F5F8FA'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23F5F8FA'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23F5F8FA'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23F5F8FA'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23F5F8FA'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23F5F8FA'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23F5F8FA'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23F5F8FA'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23F5F8FA'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23F5F8FA'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23F5F8FA'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23F5F8FA'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23F5F8FA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23F5F8FA'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23F5F8FA'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23F5F8FA'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23F5F8FA'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--dark-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23F5F8FA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23101425'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23101425'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23101425'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23101425'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23101425'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23101425'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23101425'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23101425'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23101425'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23101425'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23101425'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23101425'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23101425'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23101425'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23101425'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23101425'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23101425'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23101425'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23101425'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--white-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23101425'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23151521'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23151521'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23151521'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23151521'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23151521'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23151521'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23151521'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23151521'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23151521'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23151521'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23151521'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23151521'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23151521'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23151521'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23151521'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23151521'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23151521'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23151521'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23151521'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--gray-100 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23151521'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%232b2b40'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%232b2b40'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%232b2b40'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%232b2b40'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%232b2b40'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%232b2b40'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%232b2b40'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%232b2b40'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%232b2b40'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%232b2b40'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%232b2b40'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%232b2b40'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%232b2b40'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%232b2b40'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%232b2b40'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%232b2b40'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%232b2b40'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%232b2b40'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%232b2b40'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--gray-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%232b2b40'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%235E6278'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%235E6278'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%235E6278'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%235E6278'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%235E6278'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%235E6278'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%235E6278'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%235E6278'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%235E6278'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%235E6278'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%235E6278'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%235E6278'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%235E6278'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%235E6278'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%235E6278'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%235E6278'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%235E6278'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%235E6278'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%235E6278'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--gray-300 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%235E6278'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%237E8299'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%237E8299'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%237E8299'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%237E8299'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%237E8299'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%237E8299'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%237E8299'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%237E8299'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%237E8299'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%237E8299'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%237E8299'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%237E8299'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%237E8299'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%237E8299'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%237E8299'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%237E8299'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%237E8299'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%237E8299'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%237E8299'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--gray-400 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%237E8299'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23A1A5B7'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23A1A5B7'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23A1A5B7'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23A1A5B7'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23A1A5B7'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23A1A5B7'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23A1A5B7'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23A1A5B7'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23A1A5B7'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23A1A5B7'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23A1A5B7'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23A1A5B7'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23A1A5B7'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23A1A5B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23A1A5B7'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23A1A5B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23A1A5B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23A1A5B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23A1A5B7'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--gray-500 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23D8D8E5'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23D8D8E5'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23D8D8E5'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23D8D8E5'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23D8D8E5'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23D8D8E5'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23D8D8E5'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23D8D8E5'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23D8D8E5'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23D8D8E5'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23D8D8E5'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23D8D8E5'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23D8D8E5'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23D8D8E5'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23D8D8E5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23D8D8E5'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23D8D8E5'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23D8D8E5'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23D8D8E5'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--gray-600 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23D8D8E5'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23E1E3EA'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23E1E3EA'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23E1E3EA'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23E1E3EA'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23E1E3EA'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23E1E3EA'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23E1E3EA'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23E1E3EA'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23E1E3EA'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23E1E3EA'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23E1E3EA'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23E1E3EA'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23E1E3EA'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23E1E3EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23E1E3EA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23E1E3EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23E1E3EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23E1E3EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23E1E3EA'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--gray-700 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23E1E3EA'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23F1F1F2'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23F1F1F2'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23F1F1F2'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23F1F1F2'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23F1F1F2'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23F1F1F2'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23F1F1F2'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23F1F1F2'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23F1F1F2'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23F1F1F2'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23F1F1F2'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23F1F1F2'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23F1F1F2'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23F1F1F2'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23F1F1F2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23F1F1F2'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23F1F1F2'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23F1F1F2'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23F1F1F2'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--gray-800 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23F1F1F2'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23F9F9F9'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23F9F9F9'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23F9F9F9'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23F9F9F9'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23F9F9F9'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23F9F9F9'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23F9F9F9'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23F9F9F9'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23F9F9F9'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23F9F9F9'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23F9F9F9'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23F9F9F9'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23F9F9F9'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23F9F9F9'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%231E1E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%231E1E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%231E1E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%231E1E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%231E1E2D'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%231E1E2D'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%231E1E2D'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%231E1E2D'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%231E1E2D'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%231E1E2D'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%231E1E2D'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%231E1E2D'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%231E1E2D'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__logo_color--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logo_color--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__search {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__search--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23F9F9F9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%23FFFFFF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__search--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__search--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__search--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_127_2191)'%3E%3Cpath d='M25.6461 23.5526L19.8297 18.0458C19.7171 17.9394 19.5885 17.862 19.4534 17.8104C20.8045 16.0017 21.6088 13.7577 21.6088 11.3299C21.6088 5.35878 16.7607 0.5 10.806 0.5C4.85127 0.5 0 5.35878 0 11.3299C0 17.301 4.84806 22.1598 10.806 22.1598C13.5887 22.1598 16.1302 21.099 18.0475 19.358C18.1054 19.4773 18.1826 19.5901 18.2856 19.6869L24.102 25.1937C24.3207 25.4001 24.5974 25.5032 24.874 25.5032C25.1732 25.5032 25.4724 25.3839 25.6912 25.1486C26.119 24.694 26.0965 23.9814 25.6461 23.5526ZM10.806 19.9029C6.08983 19.9029 2.25192 16.0565 2.25192 11.3299C2.25192 6.6033 6.08983 2.7569 10.806 2.7569C15.5221 2.7569 19.3601 6.6033 19.3601 11.3299C19.3601 16.0565 15.5221 19.9029 10.806 19.9029Z' fill='%231E1E2D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_127_2191'%3E%3Crect width='26' height='25' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__menu--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__menu--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__menu--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__close--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__close--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__close--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__close--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__arrow-down--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__arrow-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-right--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-right--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__chevron-down--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__chevron-down--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.41 8.57999L12 13.17L16.59 8.57999L18 9.99999L12 16L6 9.99999L7.41 8.57999Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__star--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__star--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__star--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__star--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__all--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__all--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__all--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__all--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__logout--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__logout--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__logout--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.08 15.59L16.67 13H7V11H16.67L14.08 8.41L15.5 7L20.5 12L15.5 17L14.08 15.59ZM19 3C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V9.67L19 7.67V5H5V19H19V16.33L21 14.33V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C3.89 21 3 20.1 3 19V5C3 3.89 3.89 3 5 3H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__more--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__more--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__more--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__more--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C13.3132 2 14.6136 2.25866 15.8268 2.7612C17.0401 3.26375 18.1425 4.00035 19.0711 4.92893C19.9997 5.85752 20.7362 6.95991 21.2388 8.17317C21.7413 9.38642 22 10.6868 22 12C22 14.6522 20.9464 17.1957 19.0711 19.0711C17.1957 20.9464 14.6522 22 12 22C10.6868 22 9.38642 21.7413 8.17317 21.2388C6.95991 20.7362 5.85752 19.9997 4.92893 19.0711C3.05357 17.1957 2 14.6522 2 12C2 9.34784 3.05357 6.8043 4.92893 4.92893C6.8043 3.05357 9.34784 2 12 2ZM12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 9.87827 19.1571 7.84344 17.6569 6.34315C16.1566 4.84285 14.1217 4 12 4ZM12 10.5C12.3978 10.5 12.7794 10.658 13.0607 10.9393C13.342 11.2206 13.5 11.6022 13.5 12C13.5 12.3978 13.342 12.7794 13.0607 13.0607C12.7794 13.342 12.3978 13.5 12 13.5C11.6022 13.5 11.2206 13.342 10.9393 13.0607C10.658 12.7794 10.5 12.3978 10.5 12C10.5 11.6022 10.658 11.2206 10.9393 10.9393C11.2206 10.658 11.6022 10.5 12 10.5ZM7.5 10.5C7.89782 10.5 8.27936 10.658 8.56066 10.9393C8.84196 11.2206 9 11.6022 9 12C9 12.3978 8.84196 12.7794 8.56066 13.0607C8.27936 13.342 7.89782 13.5 7.5 13.5C7.10218 13.5 6.72064 13.342 6.43934 13.0607C6.15804 12.7794 6 12.3978 6 12C6 11.6022 6.15804 11.2206 6.43934 10.9393C6.72064 10.658 7.10218 10.5 7.5 10.5ZM16.5 10.5C16.8978 10.5 17.2794 10.658 17.5607 10.9393C17.842 11.2206 18 11.6022 18 12C18 12.3978 17.842 12.7794 17.5607 13.0607C17.2794 13.342 16.8978 13.5 16.5 13.5C16.1022 13.5 15.7206 13.342 15.4393 13.0607C15.158 12.7794 15 12.3978 15 12C15 11.6022 15.158 11.2206 15.4393 10.9393C15.7206 10.658 16.1022 10.5 16.5 10.5Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__calendar--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23F9F9F9'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__calendar--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__calendar--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__sort--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23F9F9F9'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__sort--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__sort--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 21L14 17H17V7H14L18 3L22 7H19V17H22M2 19V17H12V19M2 13V11H9V13M2 7V5H6V7H2Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__download--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__download--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__download--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__download--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 20H19V18H5M19 9H15V3H9V9H5L12 16L19 9Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__popup--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__popup--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__popup--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 3V5H17.59L7.76 14.83L9.17 16.24L19 6.41V10H21V3M19 19H5V5H12V3H5C3.89 3 3 3.9 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V12H19V19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__checkbox-check--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__checkbox-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__radio-check--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__radio-check--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__clock--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__clock--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__clock--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__kr--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__kr--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__kr--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_12)'%3E%3Cpath d='M12 23.25C18.2132 23.25 23.25 18.2132 23.25 12C23.25 5.7868 18.2132 0.75 12 0.75C5.7868 0.75 0.75 5.7868 0.75 12C0.75 18.2132 5.7868 23.25 12 23.25Z' fill='%23F5F5F5'/%3E%3Cpath d='M8.77502 12.6375C9.82502 13.35 11.2875 13.05 12 12C12.7125 10.95 14.1375 10.65 15.225 11.3625C16.2375 12.0375 16.5375 13.35 15.975 14.3625C17.2125 12.2625 16.65 9.525 14.55 8.1375C12.4125 6.7125 9.52502 7.275 8.10002 9.4125C8.06252 9.4875 8.02502 9.5625 7.98752 9.6C7.46252 10.6875 7.80002 11.9625 8.77502 12.6375Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.225 11.3625C14.175 10.65 12.7125 10.95 12 12C11.2875 13.05 9.86249 13.35 8.77499 12.6375C7.76249 11.9625 7.46249 10.65 8.02499 9.6375C6.74999 11.7375 7.34999 14.475 9.44999 15.8625C11.5875 17.2875 14.475 16.725 15.9 14.5875C15.9375 14.5125 15.975 14.4375 16.0125 14.4C16.5375 13.3125 16.2 12.0375 15.225 11.3625Z' fill='%23428BC1'/%3E%3Cpath d='M2.92502 8.7375L5.51252 4.875L5.25002 4.6875L4.98752 4.5375L2.40002 8.4L2.66252 8.55L2.92502 8.7375Z' fill='%233E4347'/%3E%3Cpath d='M3.6375 9.225L3.9 9.375L6.45 5.5125L6.225 5.3625L5.9625 5.175L3.375 9.0375L3.6375 9.225Z' fill='%233E4347'/%3E%3Cpath d='M6.90004 5.8125L4.35004 9.675L4.61254 9.8625L4.87504 10.0125L7.42504 6.15L7.16254 6L6.90004 5.8125Z' fill='%233E4347'/%3E%3Cpath d='M18.1875 15.9375L18.45 16.125L19.65 14.325L19.3875 14.1375L19.125 13.9875L17.925 15.7875L18.1875 15.9375Z' fill='%233E4347'/%3E%3Cpath d='M21.075 15.2625L19.875 17.0625L20.1375 17.25L20.4 17.4L21.6 15.6L21.3375 15.45L21.075 15.2625Z' fill='%233E4347'/%3E%3Cpath d='M19.425 16.7625L20.625 14.9625L20.3625 14.775L20.1 14.625L18.9 16.425L19.1625 16.575L19.425 16.7625Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 16.2L17.775 16.05L16.575 17.85L16.8375 18L17.1 18.1875L18.3 16.3875L18.0375 16.2Z' fill='%233E4347'/%3E%3Cpath d='M18.975 16.8375L18.75 16.6875L17.55 18.4875L17.775 18.6375L18.0375 18.825L19.2375 17.025L18.975 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M19.6875 17.325L18.4875 19.125L18.75 19.3125L19.0125 19.4625L20.2125 17.6625L19.95 17.475L19.6875 17.325Z' fill='%233E4347'/%3E%3Cpath d='M2.66252 15.45L2.40002 15.6L4.98752 19.4625L5.25002 19.3125L5.51252 19.125L2.92502 15.2625L2.66252 15.45Z' fill='%233E4347'/%3E%3Cpath d='M5.02501 16.8375L4.76251 17.025L5.96251 18.825L6.22501 18.6375L6.45001 18.4875L5.25001 16.6875L5.02501 16.8375Z' fill='%233E4347'/%3E%3Cpath d='M4.61254 14.1375L4.35004 14.325L6.90004 18.1875L7.16254 18L7.42504 17.85L4.87504 13.9875L4.61254 14.1375Z' fill='%233E4347'/%3E%3Cpath d='M3.375 14.9625L4.575 16.7625L4.8375 16.575L5.1 16.425L3.9 14.625L3.6375 14.775L3.375 14.9625Z' fill='%233E4347'/%3E%3Cpath d='M19.95 6.525L20.2125 6.3375L19.0125 4.5375L18.75 4.6875L18.4875 4.875L19.6875 6.675L19.95 6.525Z' fill='%233E4347'/%3E%3Cpath d='M18.0375 7.8L18.3 7.6125L17.1 5.8125L16.8375 6L16.575 6.15L17.775 7.95L18.0375 7.8Z' fill='%233E4347'/%3E%3Cpath d='M19.875 6.9375L21.075 8.7375L21.3375 8.55L21.6 8.4L20.4 6.6L20.1375 6.75L19.875 6.9375Z' fill='%233E4347'/%3E%3Cpath d='M20.3625 9.225L20.625 9.0375L18.0375 5.175L17.775 5.3625L17.55 5.5125L20.1 9.375L20.3625 9.225Z' fill='%233E4347'/%3E%3Cpath d='M19.3875 9.8625L19.65 9.675L18.45 7.875L18.1875 8.0625L17.925 8.2125L19.125 10.0125L19.3875 9.8625Z' fill='%233E4347'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_12'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__en--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__en--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__en--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__en--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_99_36)'%3E%3Cpath d='M8.25001 22.6125V17.4375L4.38751 20.2875C5.47501 21.3 6.78751 22.0875 8.25001 22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M15.75 22.6125C17.2125 22.0875 18.525 21.3 19.6125 20.2875L15.75 17.4V22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M1.38751 15.75C1.50001 16.125 1.65001 16.4625 1.83751 16.8375L3.30001 15.75H1.38751Z' fill='%232A5F9E'/%3E%3Cpath d='M20.7 15.75L22.1625 16.8375C22.3125 16.5 22.4625 16.125 22.6125 15.75H20.7Z' fill='%232A5F9E'/%3E%3Cpath d='M8.81248 14.25H0.974976C1.08748 14.775 1.23748 15.2625 1.38748 15.75H3.29998L1.83748 16.8375C2.13748 17.475 2.47498 18.0375 2.88748 18.6L6.74998 15.75H8.24998V16.5L3.86248 19.725L4.38748 20.25L8.24998 17.4375V22.6125C8.73748 22.8 9.22498 22.9125 9.74998 23.025V14.25H8.81248Z' fill='white'/%3E%3Cpath d='M23.025 14.25H14.25V23.025C14.775 22.9125 15.2625 22.7625 15.75 22.6125V17.4375L19.6125 20.25C20.1375 19.7625 20.5875 19.2375 21.0375 18.675L17.025 15.75H19.575L21.8625 17.4375C21.975 17.25 22.0875 17.025 22.1625 16.8375L20.7 15.75H22.6125C22.7625 15.2625 22.9125 14.775 23.025 14.25Z' fill='white'/%3E%3Cpath d='M2.88751 18.6C3.18751 19.0125 3.48751 19.3875 3.82501 19.7625L8.25001 16.5375V15.7875H6.75001L2.88751 18.6Z' fill='%23ED4C5C'/%3E%3Cpath d='M17.0625 15.75L21.075 18.675C21.225 18.4875 21.3375 18.3 21.4875 18.1125C21.525 18.075 21.525 18.0375 21.5625 18.0375C21.675 17.85 21.825 17.625 21.9375 17.4375L19.575 15.75H17.0625Z' fill='%23ED4C5C'/%3E%3Cpath d='M15.75 1.3875V6.5625L19.6125 3.7125C18.525 2.7 17.2125 1.9125 15.75 1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M8.25001 1.3875C6.78751 1.9125 5.47501 2.7 4.38751 3.7125L8.25001 6.6V1.3875Z' fill='%232A5F9E'/%3E%3Cpath d='M22.6125 8.25C22.5 7.875 22.35 7.5375 22.1625 7.1625L20.7 8.25H22.6125Z' fill='%232A5F9E'/%3E%3Cpath d='M3.30001 8.25L1.83751 7.1625C1.68751 7.5375 1.53751 7.875 1.38751 8.25H3.30001Z' fill='%232A5F9E'/%3E%3Cpath d='M15.1875 9.75H22.9875C22.875 9.225 22.725 8.7375 22.575 8.25H20.6625L22.125 7.1625C21.825 6.525 21.4875 5.9625 21.075 5.4L17.25 8.25H15.75V7.5L20.1375 4.275L19.6125 3.75L15.75 6.5625V1.3875C15.2625 1.2 14.775 1.0875 14.25 0.974998V9.75H15.1875Z' fill='white'/%3E%3Cpath d='M0.974976 9.75H9.74998V0.974998C9.22498 1.0875 8.73748 1.2375 8.24998 1.3875V6.5625L4.38748 3.75C3.86248 4.2375 3.41248 4.7625 2.96248 5.325L6.97498 8.25H4.42498L2.13748 6.5625C2.02498 6.75 1.91248 6.975 1.83748 7.1625L3.29998 8.25H1.38748C1.23748 8.7375 1.08748 9.225 0.974976 9.75Z' fill='white'/%3E%3Cpath d='M21.1125 5.4C20.8125 4.9875 20.5125 4.6125 20.175 4.2375L15.75 7.4625V8.2125H17.25L21.1125 5.4Z' fill='%23ED4C5C'/%3E%3Cpath d='M6.93748 8.25L2.96248 5.325C2.81248 5.5125 2.69998 5.7 2.54998 5.8875C2.51248 5.925 2.51248 5.9625 2.47498 5.9625C2.36248 6.15 2.21248 6.375 2.09998 6.5625L4.38748 8.25H6.93748Z' fill='%23ED4C5C'/%3E%3Cpath d='M23.025 9.75H14.25V0.975C13.5375 0.825 12.7875 0.75 12 0.75C11.2125 0.75 10.4625 0.825 9.75 0.975V9.75H0.975C0.825 10.4625 0.75 11.2125 0.75 12C0.75 12.7875 0.825 13.5375 0.975 14.25H9.75V23.025C10.4625 23.175 11.2125 23.25 12 23.25C12.7875 23.25 13.5375 23.175 14.25 23.025V14.25H23.025C23.175 13.5375 23.25 12.7875 23.25 12C23.25 11.2125 23.175 10.4625 23.025 9.75Z' fill='%23ED4C5C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_99_36'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__error--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__error--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__error--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__error--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 15H13V17H11V15ZM11 7H13V13H11V7ZM12 2C6.47 2 2 6.5 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__polygon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__polygon--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23F9F9F9'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__polygon--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__polygon--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='493' height='471' viewBox='0 0 493 471' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M234.744 4.54103C241.754 -0.551846 251.246 -0.551861 258.256 4.54102L484.397 168.842C491.406 173.935 494.34 182.962 491.662 191.203L405.284 457.047C402.606 465.288 394.927 470.867 386.263 470.867H106.737C98.0727 470.867 90.3936 465.288 87.7161 457.047L1.33796 191.203C-1.33953 182.962 1.59363 173.935 8.60338 168.842L234.744 4.54103Z' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__rect--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23F9F9F9'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__rect--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__rect--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='344' height='501' viewBox='0 0 344 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.800781' y='0.199219' width='342.502' height='500.103' rx='25' fill='%231E1E2D'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .ico__dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__dark--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__dark--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__dark--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__light--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__light--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__light--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__light--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__info--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__info--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__info--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__info--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 9H13V7H11M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM11 17H13V11H11V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__question--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__question--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__question--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__question--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 18H13V16H11V18ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 6C10.9391 6 9.92172 6.42143 9.17157 7.17157C8.42143 7.92172 8 8.93913 8 10H10C10 9.46957 10.2107 8.96086 10.5858 8.58579C10.9609 8.21071 11.4696 8 12 8C12.5304 8 13.0391 8.21071 13.4142 8.58579C13.7893 8.96086 14 9.46957 14 10C14 12 11 11.75 11 15H13C13 12.75 16 12.5 16 10C16 8.93913 15.5786 7.92172 14.8284 7.17157C14.0783 6.42143 13.0609 6 12 6Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .ico__stop--gray-900 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23F9F9F9'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--white, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--white, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] [class^=btn]:not([class*=white]):not([class*=dark]) .ico__stop--dark, html[data-theme=dark] .daterangepicker .drp-buttons .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark, .daterangepicker .drp-buttons html[data-theme=dark] .btn:not([class*=white]):not([class*=dark]) .ico__stop--dark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2ZM14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}

::-webkit-input-placeholder {
  color: var(--color-gray-500);
}

::-moz-placeholder {
  color: var(--color-gray-500);
}

:-ms-input-placeholder {
  color: var(--color-gray-500);
}

::-ms-input-placeholder {
  color: var(--color-gray-500);
}

::placeholder {
  color: var(--color-gray-500);
}

input[type=text],
input[type=search],
input[type=password],
input[type=number],
select,
textarea,
.dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  padding: 8px;
  background-color: var(--color-white);
  font-size: 13px;
  font-family: var(--font-r);
  color: var(--color-dark);
  border: 1px solid var(--color-gray-400);
  border-radius: 10px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
input[type=text].disabled,
input[type=search].disabled,
input[type=password].disabled,
input[type=number].disabled,
select.disabled,
textarea.disabled,
.dropdown.disabled {
  background-color: var(--color-gray-100);
}
input[type=text]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus,
textarea:focus,
.dropdown:focus {
  border-color: rgba(var(--color-rgb-gray-700), 0.5);
  -webkit-box-shadow: 0 0 0 0.1rem rgba(var(--color-rgb-dark), 0.05);
          box-shadow: 0 0 0 0.1rem rgba(var(--color-rgb-dark), 0.05);
}

input[type=text],
input[type=search] {
  padding-right: 32px;
}

select {
  padding: 10px 30px 9px 8px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%235E6278'/%3E%3C/svg%3E");
  background-size: auto;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 14px;
  font-family: var(--font-m);
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  display: inline-block;
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  background-size: auto 20px;
}

input[type=checkbox] + label:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%230068B7'/%3E%3C/svg%3E");
}

input[type=radio] + label:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
input[type=radio]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%230068B7'/%3E%3C/svg%3E");
}

textarea {
  line-height: 1.2;
}
textarea::-webkit-scrollbar {
  border-radius: 0.25rem;
}
textarea::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
textarea::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  border: 1px solid var(--color-gray-500);
}

[class^=form] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
[class^=form][class*=button] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px calc(16px - 5px);
}
[class^=form][class*=button] .button__group, [class^=form][class*=button] .button__group--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  gap: 16px calc(16px - 5px);
}
[class^=form][class*=button] .sort__button {
  margin-top: 10px;
  font-size: 14px;
  font-family: var(--font-b);
  color: var(--color-point);
}

.form--cols-1 {
  width: calc(100% + 16px);
  margin: calc((16px / 2) * -1);
}
.form--cols-1 > * {
  width: calc(100% / 1 - 16px);
  margin: calc(16px / 2);
}
.form--cols-1 > *[class*="--x1"] {
  width: calc((100% / 1 * 1) - 16px);
}
.form--cols-1 > *[class*="--x2"] {
  width: calc((100% / 1 * 2) - 16px);
}
.form--cols-1 > *[class*="--x3"] {
  width: calc((100% / 1 * 3) - 16px);
}
.form--cols-1 > *[class*="--x4"] {
  width: calc((100% / 1 * 4) - 16px);
}
.form--cols-1 > *[class*="--x5"] {
  width: calc((100% / 1 * 5) - 16px);
}
.form--cols-1 > *[class*="--x6"] {
  width: calc((100% / 1 * 6) - 16px);
}
.form--cols-1 > *[class*="--x7"] {
  width: calc((100% / 1 * 7) - 16px);
}
.form--cols-1 > *[class*="--x8"] {
  width: calc((100% / 1 * 8) - 16px);
}
.form--cols-1 > *[class*="--x9"] {
  width: calc((100% / 1 * 9) - 16px);
}
.form--cols-1 > *[class*="--x10"] {
  width: calc((100% / 1 * 10) - 16px);
}
.form--cols-1 > *[class*="--x11"] {
  width: calc((100% / 1 * 11) - 16px);
}
.form--cols-1 > *[class*="--x12"] {
  width: calc((100% / 1 * 12) - 16px);
}
.form--cols-2 {
  width: calc(100% + 16px);
  margin: calc((16px / 2) * -1);
}
.form--cols-2 > * {
  width: calc(100% / 2 - 16px);
  margin: calc(16px / 2);
}
.form--cols-2 > *[class*="--x1"] {
  width: calc((100% / 2 * 1) - 16px);
}
.form--cols-2 > *[class*="--x2"] {
  width: calc((100% / 2 * 2) - 16px);
}
.form--cols-2 > *[class*="--x3"] {
  width: calc((100% / 2 * 3) - 16px);
}
.form--cols-2 > *[class*="--x4"] {
  width: calc((100% / 2 * 4) - 16px);
}
.form--cols-2 > *[class*="--x5"] {
  width: calc((100% / 2 * 5) - 16px);
}
.form--cols-2 > *[class*="--x6"] {
  width: calc((100% / 2 * 6) - 16px);
}
.form--cols-2 > *[class*="--x7"] {
  width: calc((100% / 2 * 7) - 16px);
}
.form--cols-2 > *[class*="--x8"] {
  width: calc((100% / 2 * 8) - 16px);
}
.form--cols-2 > *[class*="--x9"] {
  width: calc((100% / 2 * 9) - 16px);
}
.form--cols-2 > *[class*="--x10"] {
  width: calc((100% / 2 * 10) - 16px);
}
.form--cols-2 > *[class*="--x11"] {
  width: calc((100% / 2 * 11) - 16px);
}
.form--cols-2 > *[class*="--x12"] {
  width: calc((100% / 2 * 12) - 16px);
}
.form--cols-3 {
  width: calc(100% + 16px);
  margin: calc((16px / 2) * -1);
}
.form--cols-3 > * {
  width: calc(100% / 3 - 16px);
  margin: calc(16px / 2);
}
.form--cols-3 > *[class*="--x1"] {
  width: calc((100% / 3 * 1) - 16px);
}
.form--cols-3 > *[class*="--x2"] {
  width: calc((100% / 3 * 2) - 16px);
}
.form--cols-3 > *[class*="--x3"] {
  width: calc((100% / 3 * 3) - 16px);
}
.form--cols-3 > *[class*="--x4"] {
  width: calc((100% / 3 * 4) - 16px);
}
.form--cols-3 > *[class*="--x5"] {
  width: calc((100% / 3 * 5) - 16px);
}
.form--cols-3 > *[class*="--x6"] {
  width: calc((100% / 3 * 6) - 16px);
}
.form--cols-3 > *[class*="--x7"] {
  width: calc((100% / 3 * 7) - 16px);
}
.form--cols-3 > *[class*="--x8"] {
  width: calc((100% / 3 * 8) - 16px);
}
.form--cols-3 > *[class*="--x9"] {
  width: calc((100% / 3 * 9) - 16px);
}
.form--cols-3 > *[class*="--x10"] {
  width: calc((100% / 3 * 10) - 16px);
}
.form--cols-3 > *[class*="--x11"] {
  width: calc((100% / 3 * 11) - 16px);
}
.form--cols-3 > *[class*="--x12"] {
  width: calc((100% / 3 * 12) - 16px);
}
.form--cols-4 {
  width: calc(100% + 16px);
  margin: calc((16px / 2) * -1);
}
.form--cols-4 > * {
  width: calc(100% / 4 - 16px);
  margin: calc(16px / 2);
}
.form--cols-4 > *[class*="--x1"] {
  width: calc((100% / 4 * 1) - 16px);
}
.form--cols-4 > *[class*="--x2"] {
  width: calc((100% / 4 * 2) - 16px);
}
.form--cols-4 > *[class*="--x3"] {
  width: calc((100% / 4 * 3) - 16px);
}
.form--cols-4 > *[class*="--x4"] {
  width: calc((100% / 4 * 4) - 16px);
}
.form--cols-4 > *[class*="--x5"] {
  width: calc((100% / 4 * 5) - 16px);
}
.form--cols-4 > *[class*="--x6"] {
  width: calc((100% / 4 * 6) - 16px);
}
.form--cols-4 > *[class*="--x7"] {
  width: calc((100% / 4 * 7) - 16px);
}
.form--cols-4 > *[class*="--x8"] {
  width: calc((100% / 4 * 8) - 16px);
}
.form--cols-4 > *[class*="--x9"] {
  width: calc((100% / 4 * 9) - 16px);
}
.form--cols-4 > *[class*="--x10"] {
  width: calc((100% / 4 * 10) - 16px);
}
.form--cols-4 > *[class*="--x11"] {
  width: calc((100% / 4 * 11) - 16px);
}
.form--cols-4 > *[class*="--x12"] {
  width: calc((100% / 4 * 12) - 16px);
}
.form--cols-5 {
  width: calc(100% + 16px);
  margin: calc((16px / 2) * -1);
}
.form--cols-5 > * {
  width: calc(100% / 5 - 16px);
  margin: calc(16px / 2);
}
.form--cols-5 > *[class*="--x1"] {
  width: calc((100% / 5 * 1) - 16px);
}
.form--cols-5 > *[class*="--x2"] {
  width: calc((100% / 5 * 2) - 16px);
}
.form--cols-5 > *[class*="--x3"] {
  width: calc((100% / 5 * 3) - 16px);
}
.form--cols-5 > *[class*="--x4"] {
  width: calc((100% / 5 * 4) - 16px);
}
.form--cols-5 > *[class*="--x5"] {
  width: calc((100% / 5 * 5) - 16px);
}
.form--cols-5 > *[class*="--x6"] {
  width: calc((100% / 5 * 6) - 16px);
}
.form--cols-5 > *[class*="--x7"] {
  width: calc((100% / 5 * 7) - 16px);
}
.form--cols-5 > *[class*="--x8"] {
  width: calc((100% / 5 * 8) - 16px);
}
.form--cols-5 > *[class*="--x9"] {
  width: calc((100% / 5 * 9) - 16px);
}
.form--cols-5 > *[class*="--x10"] {
  width: calc((100% / 5 * 10) - 16px);
}
.form--cols-5 > *[class*="--x11"] {
  width: calc((100% / 5 * 11) - 16px);
}
.form--cols-5 > *[class*="--x12"] {
  width: calc((100% / 5 * 12) - 16px);
}
.form--cols-6 {
  width: calc(100% + 16px);
  margin: calc((16px / 2) * -1);
}
.form--cols-6 > * {
  width: calc(100% / 6 - 16px);
  margin: calc(16px / 2);
}
.form--cols-6 > *[class*="--x1"] {
  width: calc((100% / 6 * 1) - 16px);
}
.form--cols-6 > *[class*="--x2"] {
  width: calc((100% / 6 * 2) - 16px);
}
.form--cols-6 > *[class*="--x3"] {
  width: calc((100% / 6 * 3) - 16px);
}
.form--cols-6 > *[class*="--x4"] {
  width: calc((100% / 6 * 4) - 16px);
}
.form--cols-6 > *[class*="--x5"] {
  width: calc((100% / 6 * 5) - 16px);
}
.form--cols-6 > *[class*="--x6"] {
  width: calc((100% / 6 * 6) - 16px);
}
.form--cols-6 > *[class*="--x7"] {
  width: calc((100% / 6 * 7) - 16px);
}
.form--cols-6 > *[class*="--x8"] {
  width: calc((100% / 6 * 8) - 16px);
}
.form--cols-6 > *[class*="--x9"] {
  width: calc((100% / 6 * 9) - 16px);
}
.form--cols-6 > *[class*="--x10"] {
  width: calc((100% / 6 * 10) - 16px);
}
.form--cols-6 > *[class*="--x11"] {
  width: calc((100% / 6 * 11) - 16px);
}
.form--cols-6 > *[class*="--x12"] {
  width: calc((100% / 6 * 12) - 16px);
}
.form--cols-7 {
  width: calc(100% + 16px);
  margin: calc((16px / 2) * -1);
}
.form--cols-7 > * {
  width: calc(100% / 7 - 16px);
  margin: calc(16px / 2);
}
.form--cols-7 > *[class*="--x1"] {
  width: calc((100% / 7 * 1) - 16px);
}
.form--cols-7 > *[class*="--x2"] {
  width: calc((100% / 7 * 2) - 16px);
}
.form--cols-7 > *[class*="--x3"] {
  width: calc((100% / 7 * 3) - 16px);
}
.form--cols-7 > *[class*="--x4"] {
  width: calc((100% / 7 * 4) - 16px);
}
.form--cols-7 > *[class*="--x5"] {
  width: calc((100% / 7 * 5) - 16px);
}
.form--cols-7 > *[class*="--x6"] {
  width: calc((100% / 7 * 6) - 16px);
}
.form--cols-7 > *[class*="--x7"] {
  width: calc((100% / 7 * 7) - 16px);
}
.form--cols-7 > *[class*="--x8"] {
  width: calc((100% / 7 * 8) - 16px);
}
.form--cols-7 > *[class*="--x9"] {
  width: calc((100% / 7 * 9) - 16px);
}
.form--cols-7 > *[class*="--x10"] {
  width: calc((100% / 7 * 10) - 16px);
}
.form--cols-7 > *[class*="--x11"] {
  width: calc((100% / 7 * 11) - 16px);
}
.form--cols-7 > *[class*="--x12"] {
  width: calc((100% / 7 * 12) - 16px);
}
.form--cols-8 {
  width: calc(100% + 16px);
  margin: calc((16px / 2) * -1);
}
.form--cols-8 > * {
  width: calc(100% / 8 - 16px);
  margin: calc(16px / 2);
}
.form--cols-8 > *[class*="--x1"] {
  width: calc((100% / 8 * 1) - 16px);
}
.form--cols-8 > *[class*="--x2"] {
  width: calc((100% / 8 * 2) - 16px);
}
.form--cols-8 > *[class*="--x3"] {
  width: calc((100% / 8 * 3) - 16px);
}
.form--cols-8 > *[class*="--x4"] {
  width: calc((100% / 8 * 4) - 16px);
}
.form--cols-8 > *[class*="--x5"] {
  width: calc((100% / 8 * 5) - 16px);
}
.form--cols-8 > *[class*="--x6"] {
  width: calc((100% / 8 * 6) - 16px);
}
.form--cols-8 > *[class*="--x7"] {
  width: calc((100% / 8 * 7) - 16px);
}
.form--cols-8 > *[class*="--x8"] {
  width: calc((100% / 8 * 8) - 16px);
}
.form--cols-8 > *[class*="--x9"] {
  width: calc((100% / 8 * 9) - 16px);
}
.form--cols-8 > *[class*="--x10"] {
  width: calc((100% / 8 * 10) - 16px);
}
.form--cols-8 > *[class*="--x11"] {
  width: calc((100% / 8 * 11) - 16px);
}
.form--cols-8 > *[class*="--x12"] {
  width: calc((100% / 8 * 12) - 16px);
}
.form--cols-9 {
  width: calc(100% + 16px);
  margin: calc((16px / 2) * -1);
}
.form--cols-9 > * {
  width: calc(100% / 9 - 16px);
  margin: calc(16px / 2);
}
.form--cols-9 > *[class*="--x1"] {
  width: calc((100% / 9 * 1) - 16px);
}
.form--cols-9 > *[class*="--x2"] {
  width: calc((100% / 9 * 2) - 16px);
}
.form--cols-9 > *[class*="--x3"] {
  width: calc((100% / 9 * 3) - 16px);
}
.form--cols-9 > *[class*="--x4"] {
  width: calc((100% / 9 * 4) - 16px);
}
.form--cols-9 > *[class*="--x5"] {
  width: calc((100% / 9 * 5) - 16px);
}
.form--cols-9 > *[class*="--x6"] {
  width: calc((100% / 9 * 6) - 16px);
}
.form--cols-9 > *[class*="--x7"] {
  width: calc((100% / 9 * 7) - 16px);
}
.form--cols-9 > *[class*="--x8"] {
  width: calc((100% / 9 * 8) - 16px);
}
.form--cols-9 > *[class*="--x9"] {
  width: calc((100% / 9 * 9) - 16px);
}
.form--cols-9 > *[class*="--x10"] {
  width: calc((100% / 9 * 10) - 16px);
}
.form--cols-9 > *[class*="--x11"] {
  width: calc((100% / 9 * 11) - 16px);
}
.form--cols-9 > *[class*="--x12"] {
  width: calc((100% / 9 * 12) - 16px);
}
.form--cols-10 {
  width: calc(100% + 16px);
  margin: calc((16px / 2) * -1);
}
.form--cols-10 > * {
  width: calc(100% / 10 - 16px);
  margin: calc(16px / 2);
}
.form--cols-10 > *[class*="--x1"] {
  width: calc((100% / 10 * 1) - 16px);
}
.form--cols-10 > *[class*="--x2"] {
  width: calc((100% / 10 * 2) - 16px);
}
.form--cols-10 > *[class*="--x3"] {
  width: calc((100% / 10 * 3) - 16px);
}
.form--cols-10 > *[class*="--x4"] {
  width: calc((100% / 10 * 4) - 16px);
}
.form--cols-10 > *[class*="--x5"] {
  width: calc((100% / 10 * 5) - 16px);
}
.form--cols-10 > *[class*="--x6"] {
  width: calc((100% / 10 * 6) - 16px);
}
.form--cols-10 > *[class*="--x7"] {
  width: calc((100% / 10 * 7) - 16px);
}
.form--cols-10 > *[class*="--x8"] {
  width: calc((100% / 10 * 8) - 16px);
}
.form--cols-10 > *[class*="--x9"] {
  width: calc((100% / 10 * 9) - 16px);
}
.form--cols-10 > *[class*="--x10"] {
  width: calc((100% / 10 * 10) - 16px);
}
.form--cols-10 > *[class*="--x11"] {
  width: calc((100% / 10 * 11) - 16px);
}
.form--cols-10 > *[class*="--x12"] {
  width: calc((100% / 10 * 12) - 16px);
}
.form--cols-11 {
  width: calc(100% + 16px);
  margin: calc((16px / 2) * -1);
}
.form--cols-11 > * {
  width: calc(100% / 11 - 16px);
  margin: calc(16px / 2);
}
.form--cols-11 > *[class*="--x1"] {
  width: calc((100% / 11 * 1) - 16px);
}
.form--cols-11 > *[class*="--x2"] {
  width: calc((100% / 11 * 2) - 16px);
}
.form--cols-11 > *[class*="--x3"] {
  width: calc((100% / 11 * 3) - 16px);
}
.form--cols-11 > *[class*="--x4"] {
  width: calc((100% / 11 * 4) - 16px);
}
.form--cols-11 > *[class*="--x5"] {
  width: calc((100% / 11 * 5) - 16px);
}
.form--cols-11 > *[class*="--x6"] {
  width: calc((100% / 11 * 6) - 16px);
}
.form--cols-11 > *[class*="--x7"] {
  width: calc((100% / 11 * 7) - 16px);
}
.form--cols-11 > *[class*="--x8"] {
  width: calc((100% / 11 * 8) - 16px);
}
.form--cols-11 > *[class*="--x9"] {
  width: calc((100% / 11 * 9) - 16px);
}
.form--cols-11 > *[class*="--x10"] {
  width: calc((100% / 11 * 10) - 16px);
}
.form--cols-11 > *[class*="--x11"] {
  width: calc((100% / 11 * 11) - 16px);
}
.form--cols-11 > *[class*="--x12"] {
  width: calc((100% / 11 * 12) - 16px);
}
.form--cols-12 {
  width: calc(100% + 16px);
  margin: calc((16px / 2) * -1);
}
.form--cols-12 > * {
  width: calc(100% / 12 - 16px);
  margin: calc(16px / 2);
}
.form--cols-12 > *[class*="--x1"] {
  width: calc((100% / 12 * 1) - 16px);
}
.form--cols-12 > *[class*="--x2"] {
  width: calc((100% / 12 * 2) - 16px);
}
.form--cols-12 > *[class*="--x3"] {
  width: calc((100% / 12 * 3) - 16px);
}
.form--cols-12 > *[class*="--x4"] {
  width: calc((100% / 12 * 4) - 16px);
}
.form--cols-12 > *[class*="--x5"] {
  width: calc((100% / 12 * 5) - 16px);
}
.form--cols-12 > *[class*="--x6"] {
  width: calc((100% / 12 * 6) - 16px);
}
.form--cols-12 > *[class*="--x7"] {
  width: calc((100% / 12 * 7) - 16px);
}
.form--cols-12 > *[class*="--x8"] {
  width: calc((100% / 12 * 8) - 16px);
}
.form--cols-12 > *[class*="--x9"] {
  width: calc((100% / 12 * 9) - 16px);
}
.form--cols-12 > *[class*="--x10"] {
  width: calc((100% / 12 * 10) - 16px);
}
.form--cols-12 > *[class*="--x11"] {
  width: calc((100% / 12 * 11) - 16px);
}
.form--cols-12 > *[class*="--x12"] {
  width: calc((100% / 12 * 12) - 16px);
}
.form__group, .form__group--center, .form--cols-1 > *[class*="--x1"], .form--cols-1 > *[class*="--x2"], .form--cols-1 > *[class*="--x3"], .form--cols-1 > *[class*="--x4"], .form--cols-1 > *[class*="--x5"], .form--cols-1 > *[class*="--x6"], .form--cols-1 > *[class*="--x7"], .form--cols-1 > *[class*="--x8"], .form--cols-1 > *[class*="--x9"], .form--cols-1 > *[class*="--x10"], .form--cols-1 > *[class*="--x11"], .form--cols-1 > *[class*="--x12"], .form--cols-2 > *[class*="--x1"], .form--cols-2 > *[class*="--x2"], .form--cols-2 > *[class*="--x3"], .form--cols-2 > *[class*="--x4"], .form--cols-2 > *[class*="--x5"], .form--cols-2 > *[class*="--x6"], .form--cols-2 > *[class*="--x7"], .form--cols-2 > *[class*="--x8"], .form--cols-2 > *[class*="--x9"], .form--cols-2 > *[class*="--x10"], .form--cols-2 > *[class*="--x11"], .form--cols-2 > *[class*="--x12"], .form--cols-3 > *[class*="--x1"], .form--cols-3 > *[class*="--x2"], .form--cols-3 > *[class*="--x3"], .form--cols-3 > *[class*="--x4"], .form--cols-3 > *[class*="--x5"], .form--cols-3 > *[class*="--x6"], .form--cols-3 > *[class*="--x7"], .form--cols-3 > *[class*="--x8"], .form--cols-3 > *[class*="--x9"], .form--cols-3 > *[class*="--x10"], .form--cols-3 > *[class*="--x11"], .form--cols-3 > *[class*="--x12"], .form--cols-4 > *[class*="--x1"], .form--cols-4 > *[class*="--x2"], .form--cols-4 > *[class*="--x3"], .form--cols-4 > *[class*="--x4"], .form--cols-4 > *[class*="--x5"], .form--cols-4 > *[class*="--x6"], .form--cols-4 > *[class*="--x7"], .form--cols-4 > *[class*="--x8"], .form--cols-4 > *[class*="--x9"], .form--cols-4 > *[class*="--x10"], .form--cols-4 > *[class*="--x11"], .form--cols-4 > *[class*="--x12"], .form--cols-5 > *[class*="--x1"], .form--cols-5 > *[class*="--x2"], .form--cols-5 > *[class*="--x3"], .form--cols-5 > *[class*="--x4"], .form--cols-5 > *[class*="--x5"], .form--cols-5 > *[class*="--x6"], .form--cols-5 > *[class*="--x7"], .form--cols-5 > *[class*="--x8"], .form--cols-5 > *[class*="--x9"], .form--cols-5 > *[class*="--x10"], .form--cols-5 > *[class*="--x11"], .form--cols-5 > *[class*="--x12"], .form--cols-6 > *[class*="--x1"], .form--cols-6 > *[class*="--x2"], .form--cols-6 > *[class*="--x3"], .form--cols-6 > *[class*="--x4"], .form--cols-6 > *[class*="--x5"], .form--cols-6 > *[class*="--x6"], .form--cols-6 > *[class*="--x7"], .form--cols-6 > *[class*="--x8"], .form--cols-6 > *[class*="--x9"], .form--cols-6 > *[class*="--x10"], .form--cols-6 > *[class*="--x11"], .form--cols-6 > *[class*="--x12"], .form--cols-7 > *[class*="--x1"], .form--cols-7 > *[class*="--x2"], .form--cols-7 > *[class*="--x3"], .form--cols-7 > *[class*="--x4"], .form--cols-7 > *[class*="--x5"], .form--cols-7 > *[class*="--x6"], .form--cols-7 > *[class*="--x7"], .form--cols-7 > *[class*="--x8"], .form--cols-7 > *[class*="--x9"], .form--cols-7 > *[class*="--x10"], .form--cols-7 > *[class*="--x11"], .form--cols-7 > *[class*="--x12"], .form--cols-8 > *[class*="--x1"], .form--cols-8 > *[class*="--x2"], .form--cols-8 > *[class*="--x3"], .form--cols-8 > *[class*="--x4"], .form--cols-8 > *[class*="--x5"], .form--cols-8 > *[class*="--x6"], .form--cols-8 > *[class*="--x7"], .form--cols-8 > *[class*="--x8"], .form--cols-8 > *[class*="--x9"], .form--cols-8 > *[class*="--x10"], .form--cols-8 > *[class*="--x11"], .form--cols-8 > *[class*="--x12"], .form--cols-9 > *[class*="--x1"], .form--cols-9 > *[class*="--x2"], .form--cols-9 > *[class*="--x3"], .form--cols-9 > *[class*="--x4"], .form--cols-9 > *[class*="--x5"], .form--cols-9 > *[class*="--x6"], .form--cols-9 > *[class*="--x7"], .form--cols-9 > *[class*="--x8"], .form--cols-9 > *[class*="--x9"], .form--cols-9 > *[class*="--x10"], .form--cols-9 > *[class*="--x11"], .form--cols-9 > *[class*="--x12"], .form--cols-10 > *[class*="--x1"], .form--cols-10 > *[class*="--x2"], .form--cols-10 > *[class*="--x3"], .form--cols-10 > *[class*="--x4"], .form--cols-10 > *[class*="--x5"], .form--cols-10 > *[class*="--x6"], .form--cols-10 > *[class*="--x7"], .form--cols-10 > *[class*="--x8"], .form--cols-10 > *[class*="--x9"], .form--cols-10 > *[class*="--x10"], .form--cols-10 > *[class*="--x11"], .form--cols-10 > *[class*="--x12"], .form--cols-11 > *[class*="--x1"], .form--cols-11 > *[class*="--x2"], .form--cols-11 > *[class*="--x3"], .form--cols-11 > *[class*="--x4"], .form--cols-11 > *[class*="--x5"], .form--cols-11 > *[class*="--x6"], .form--cols-11 > *[class*="--x7"], .form--cols-11 > *[class*="--x8"], .form--cols-11 > *[class*="--x9"], .form--cols-11 > *[class*="--x10"], .form--cols-11 > *[class*="--x11"], .form--cols-11 > *[class*="--x12"], .form--cols-12 > *[class*="--x1"], .form--cols-12 > *[class*="--x2"], .form--cols-12 > *[class*="--x3"], .form--cols-12 > *[class*="--x4"], .form--cols-12 > *[class*="--x5"], .form--cols-12 > *[class*="--x6"], .form--cols-12 > *[class*="--x7"], .form--cols-12 > *[class*="--x8"], .form--cols-12 > *[class*="--x9"], .form--cols-12 > *[class*="--x10"], .form--cols-12 > *[class*="--x11"], .form--cols-12 > *[class*="--x12"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 13px;
  gap: 5px;
}
.form__group--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form__group strong, .form--cols-1 > *[class*="--x1"] strong, .form--cols-1 > *[class*="--x2"] strong, .form--cols-1 > *[class*="--x3"] strong, .form--cols-1 > *[class*="--x4"] strong, .form--cols-1 > *[class*="--x5"] strong, .form--cols-1 > *[class*="--x6"] strong, .form--cols-1 > *[class*="--x7"] strong, .form--cols-1 > *[class*="--x8"] strong, .form--cols-1 > *[class*="--x9"] strong, .form--cols-1 > *[class*="--x10"] strong, .form--cols-1 > *[class*="--x11"] strong, .form--cols-1 > *[class*="--x12"] strong, .form--cols-2 > *[class*="--x1"] strong, .form--cols-2 > *[class*="--x2"] strong, .form--cols-2 > *[class*="--x3"] strong, .form--cols-2 > *[class*="--x4"] strong, .form--cols-2 > *[class*="--x5"] strong, .form--cols-2 > *[class*="--x6"] strong, .form--cols-2 > *[class*="--x7"] strong, .form--cols-2 > *[class*="--x8"] strong, .form--cols-2 > *[class*="--x9"] strong, .form--cols-2 > *[class*="--x10"] strong, .form--cols-2 > *[class*="--x11"] strong, .form--cols-2 > *[class*="--x12"] strong, .form--cols-3 > *[class*="--x1"] strong, .form--cols-3 > *[class*="--x2"] strong, .form--cols-3 > *[class*="--x3"] strong, .form--cols-3 > *[class*="--x4"] strong, .form--cols-3 > *[class*="--x5"] strong, .form--cols-3 > *[class*="--x6"] strong, .form--cols-3 > *[class*="--x7"] strong, .form--cols-3 > *[class*="--x8"] strong, .form--cols-3 > *[class*="--x9"] strong, .form--cols-3 > *[class*="--x10"] strong, .form--cols-3 > *[class*="--x11"] strong, .form--cols-3 > *[class*="--x12"] strong, .form--cols-4 > *[class*="--x1"] strong, .form--cols-4 > *[class*="--x2"] strong, .form--cols-4 > *[class*="--x3"] strong, .form--cols-4 > *[class*="--x4"] strong, .form--cols-4 > *[class*="--x5"] strong, .form--cols-4 > *[class*="--x6"] strong, .form--cols-4 > *[class*="--x7"] strong, .form--cols-4 > *[class*="--x8"] strong, .form--cols-4 > *[class*="--x9"] strong, .form--cols-4 > *[class*="--x10"] strong, .form--cols-4 > *[class*="--x11"] strong, .form--cols-4 > *[class*="--x12"] strong, .form--cols-5 > *[class*="--x1"] strong, .form--cols-5 > *[class*="--x2"] strong, .form--cols-5 > *[class*="--x3"] strong, .form--cols-5 > *[class*="--x4"] strong, .form--cols-5 > *[class*="--x5"] strong, .form--cols-5 > *[class*="--x6"] strong, .form--cols-5 > *[class*="--x7"] strong, .form--cols-5 > *[class*="--x8"] strong, .form--cols-5 > *[class*="--x9"] strong, .form--cols-5 > *[class*="--x10"] strong, .form--cols-5 > *[class*="--x11"] strong, .form--cols-5 > *[class*="--x12"] strong, .form--cols-6 > *[class*="--x1"] strong, .form--cols-6 > *[class*="--x2"] strong, .form--cols-6 > *[class*="--x3"] strong, .form--cols-6 > *[class*="--x4"] strong, .form--cols-6 > *[class*="--x5"] strong, .form--cols-6 > *[class*="--x6"] strong, .form--cols-6 > *[class*="--x7"] strong, .form--cols-6 > *[class*="--x8"] strong, .form--cols-6 > *[class*="--x9"] strong, .form--cols-6 > *[class*="--x10"] strong, .form--cols-6 > *[class*="--x11"] strong, .form--cols-6 > *[class*="--x12"] strong, .form--cols-7 > *[class*="--x1"] strong, .form--cols-7 > *[class*="--x2"] strong, .form--cols-7 > *[class*="--x3"] strong, .form--cols-7 > *[class*="--x4"] strong, .form--cols-7 > *[class*="--x5"] strong, .form--cols-7 > *[class*="--x6"] strong, .form--cols-7 > *[class*="--x7"] strong, .form--cols-7 > *[class*="--x8"] strong, .form--cols-7 > *[class*="--x9"] strong, .form--cols-7 > *[class*="--x10"] strong, .form--cols-7 > *[class*="--x11"] strong, .form--cols-7 > *[class*="--x12"] strong, .form--cols-8 > *[class*="--x1"] strong, .form--cols-8 > *[class*="--x2"] strong, .form--cols-8 > *[class*="--x3"] strong, .form--cols-8 > *[class*="--x4"] strong, .form--cols-8 > *[class*="--x5"] strong, .form--cols-8 > *[class*="--x6"] strong, .form--cols-8 > *[class*="--x7"] strong, .form--cols-8 > *[class*="--x8"] strong, .form--cols-8 > *[class*="--x9"] strong, .form--cols-8 > *[class*="--x10"] strong, .form--cols-8 > *[class*="--x11"] strong, .form--cols-8 > *[class*="--x12"] strong, .form--cols-9 > *[class*="--x1"] strong, .form--cols-9 > *[class*="--x2"] strong, .form--cols-9 > *[class*="--x3"] strong, .form--cols-9 > *[class*="--x4"] strong, .form--cols-9 > *[class*="--x5"] strong, .form--cols-9 > *[class*="--x6"] strong, .form--cols-9 > *[class*="--x7"] strong, .form--cols-9 > *[class*="--x8"] strong, .form--cols-9 > *[class*="--x9"] strong, .form--cols-9 > *[class*="--x10"] strong, .form--cols-9 > *[class*="--x11"] strong, .form--cols-9 > *[class*="--x12"] strong, .form--cols-10 > *[class*="--x1"] strong, .form--cols-10 > *[class*="--x2"] strong, .form--cols-10 > *[class*="--x3"] strong, .form--cols-10 > *[class*="--x4"] strong, .form--cols-10 > *[class*="--x5"] strong, .form--cols-10 > *[class*="--x6"] strong, .form--cols-10 > *[class*="--x7"] strong, .form--cols-10 > *[class*="--x8"] strong, .form--cols-10 > *[class*="--x9"] strong, .form--cols-10 > *[class*="--x10"] strong, .form--cols-10 > *[class*="--x11"] strong, .form--cols-10 > *[class*="--x12"] strong, .form--cols-11 > *[class*="--x1"] strong, .form--cols-11 > *[class*="--x2"] strong, .form--cols-11 > *[class*="--x3"] strong, .form--cols-11 > *[class*="--x4"] strong, .form--cols-11 > *[class*="--x5"] strong, .form--cols-11 > *[class*="--x6"] strong, .form--cols-11 > *[class*="--x7"] strong, .form--cols-11 > *[class*="--x8"] strong, .form--cols-11 > *[class*="--x9"] strong, .form--cols-11 > *[class*="--x10"] strong, .form--cols-11 > *[class*="--x11"] strong, .form--cols-11 > *[class*="--x12"] strong, .form--cols-12 > *[class*="--x1"] strong, .form--cols-12 > *[class*="--x2"] strong, .form--cols-12 > *[class*="--x3"] strong, .form--cols-12 > *[class*="--x4"] strong, .form--cols-12 > *[class*="--x5"] strong, .form--cols-12 > *[class*="--x6"] strong, .form--cols-12 > *[class*="--x7"] strong, .form--cols-12 > *[class*="--x8"] strong, .form--cols-12 > *[class*="--x9"] strong, .form--cols-12 > *[class*="--x10"] strong, .form--cols-12 > *[class*="--x11"] strong, .form--cols-12 > *[class*="--x12"] strong, .form__group--center strong {
  color: var(--color-gray-700);
  font-family: var(--font-m);
}
.form__group strong em, .form--cols-1 > *[class*="--x1"] strong em, .form--cols-1 > *[class*="--x2"] strong em, .form--cols-1 > *[class*="--x3"] strong em, .form--cols-1 > *[class*="--x4"] strong em, .form--cols-1 > *[class*="--x5"] strong em, .form--cols-1 > *[class*="--x6"] strong em, .form--cols-1 > *[class*="--x7"] strong em, .form--cols-1 > *[class*="--x8"] strong em, .form--cols-1 > *[class*="--x9"] strong em, .form--cols-1 > *[class*="--x10"] strong em, .form--cols-1 > *[class*="--x11"] strong em, .form--cols-1 > *[class*="--x12"] strong em, .form--cols-2 > *[class*="--x1"] strong em, .form--cols-2 > *[class*="--x2"] strong em, .form--cols-2 > *[class*="--x3"] strong em, .form--cols-2 > *[class*="--x4"] strong em, .form--cols-2 > *[class*="--x5"] strong em, .form--cols-2 > *[class*="--x6"] strong em, .form--cols-2 > *[class*="--x7"] strong em, .form--cols-2 > *[class*="--x8"] strong em, .form--cols-2 > *[class*="--x9"] strong em, .form--cols-2 > *[class*="--x10"] strong em, .form--cols-2 > *[class*="--x11"] strong em, .form--cols-2 > *[class*="--x12"] strong em, .form--cols-3 > *[class*="--x1"] strong em, .form--cols-3 > *[class*="--x2"] strong em, .form--cols-3 > *[class*="--x3"] strong em, .form--cols-3 > *[class*="--x4"] strong em, .form--cols-3 > *[class*="--x5"] strong em, .form--cols-3 > *[class*="--x6"] strong em, .form--cols-3 > *[class*="--x7"] strong em, .form--cols-3 > *[class*="--x8"] strong em, .form--cols-3 > *[class*="--x9"] strong em, .form--cols-3 > *[class*="--x10"] strong em, .form--cols-3 > *[class*="--x11"] strong em, .form--cols-3 > *[class*="--x12"] strong em, .form--cols-4 > *[class*="--x1"] strong em, .form--cols-4 > *[class*="--x2"] strong em, .form--cols-4 > *[class*="--x3"] strong em, .form--cols-4 > *[class*="--x4"] strong em, .form--cols-4 > *[class*="--x5"] strong em, .form--cols-4 > *[class*="--x6"] strong em, .form--cols-4 > *[class*="--x7"] strong em, .form--cols-4 > *[class*="--x8"] strong em, .form--cols-4 > *[class*="--x9"] strong em, .form--cols-4 > *[class*="--x10"] strong em, .form--cols-4 > *[class*="--x11"] strong em, .form--cols-4 > *[class*="--x12"] strong em, .form--cols-5 > *[class*="--x1"] strong em, .form--cols-5 > *[class*="--x2"] strong em, .form--cols-5 > *[class*="--x3"] strong em, .form--cols-5 > *[class*="--x4"] strong em, .form--cols-5 > *[class*="--x5"] strong em, .form--cols-5 > *[class*="--x6"] strong em, .form--cols-5 > *[class*="--x7"] strong em, .form--cols-5 > *[class*="--x8"] strong em, .form--cols-5 > *[class*="--x9"] strong em, .form--cols-5 > *[class*="--x10"] strong em, .form--cols-5 > *[class*="--x11"] strong em, .form--cols-5 > *[class*="--x12"] strong em, .form--cols-6 > *[class*="--x1"] strong em, .form--cols-6 > *[class*="--x2"] strong em, .form--cols-6 > *[class*="--x3"] strong em, .form--cols-6 > *[class*="--x4"] strong em, .form--cols-6 > *[class*="--x5"] strong em, .form--cols-6 > *[class*="--x6"] strong em, .form--cols-6 > *[class*="--x7"] strong em, .form--cols-6 > *[class*="--x8"] strong em, .form--cols-6 > *[class*="--x9"] strong em, .form--cols-6 > *[class*="--x10"] strong em, .form--cols-6 > *[class*="--x11"] strong em, .form--cols-6 > *[class*="--x12"] strong em, .form--cols-7 > *[class*="--x1"] strong em, .form--cols-7 > *[class*="--x2"] strong em, .form--cols-7 > *[class*="--x3"] strong em, .form--cols-7 > *[class*="--x4"] strong em, .form--cols-7 > *[class*="--x5"] strong em, .form--cols-7 > *[class*="--x6"] strong em, .form--cols-7 > *[class*="--x7"] strong em, .form--cols-7 > *[class*="--x8"] strong em, .form--cols-7 > *[class*="--x9"] strong em, .form--cols-7 > *[class*="--x10"] strong em, .form--cols-7 > *[class*="--x11"] strong em, .form--cols-7 > *[class*="--x12"] strong em, .form--cols-8 > *[class*="--x1"] strong em, .form--cols-8 > *[class*="--x2"] strong em, .form--cols-8 > *[class*="--x3"] strong em, .form--cols-8 > *[class*="--x4"] strong em, .form--cols-8 > *[class*="--x5"] strong em, .form--cols-8 > *[class*="--x6"] strong em, .form--cols-8 > *[class*="--x7"] strong em, .form--cols-8 > *[class*="--x8"] strong em, .form--cols-8 > *[class*="--x9"] strong em, .form--cols-8 > *[class*="--x10"] strong em, .form--cols-8 > *[class*="--x11"] strong em, .form--cols-8 > *[class*="--x12"] strong em, .form--cols-9 > *[class*="--x1"] strong em, .form--cols-9 > *[class*="--x2"] strong em, .form--cols-9 > *[class*="--x3"] strong em, .form--cols-9 > *[class*="--x4"] strong em, .form--cols-9 > *[class*="--x5"] strong em, .form--cols-9 > *[class*="--x6"] strong em, .form--cols-9 > *[class*="--x7"] strong em, .form--cols-9 > *[class*="--x8"] strong em, .form--cols-9 > *[class*="--x9"] strong em, .form--cols-9 > *[class*="--x10"] strong em, .form--cols-9 > *[class*="--x11"] strong em, .form--cols-9 > *[class*="--x12"] strong em, .form--cols-10 > *[class*="--x1"] strong em, .form--cols-10 > *[class*="--x2"] strong em, .form--cols-10 > *[class*="--x3"] strong em, .form--cols-10 > *[class*="--x4"] strong em, .form--cols-10 > *[class*="--x5"] strong em, .form--cols-10 > *[class*="--x6"] strong em, .form--cols-10 > *[class*="--x7"] strong em, .form--cols-10 > *[class*="--x8"] strong em, .form--cols-10 > *[class*="--x9"] strong em, .form--cols-10 > *[class*="--x10"] strong em, .form--cols-10 > *[class*="--x11"] strong em, .form--cols-10 > *[class*="--x12"] strong em, .form--cols-11 > *[class*="--x1"] strong em, .form--cols-11 > *[class*="--x2"] strong em, .form--cols-11 > *[class*="--x3"] strong em, .form--cols-11 > *[class*="--x4"] strong em, .form--cols-11 > *[class*="--x5"] strong em, .form--cols-11 > *[class*="--x6"] strong em, .form--cols-11 > *[class*="--x7"] strong em, .form--cols-11 > *[class*="--x8"] strong em, .form--cols-11 > *[class*="--x9"] strong em, .form--cols-11 > *[class*="--x10"] strong em, .form--cols-11 > *[class*="--x11"] strong em, .form--cols-11 > *[class*="--x12"] strong em, .form--cols-12 > *[class*="--x1"] strong em, .form--cols-12 > *[class*="--x2"] strong em, .form--cols-12 > *[class*="--x3"] strong em, .form--cols-12 > *[class*="--x4"] strong em, .form--cols-12 > *[class*="--x5"] strong em, .form--cols-12 > *[class*="--x6"] strong em, .form--cols-12 > *[class*="--x7"] strong em, .form--cols-12 > *[class*="--x8"] strong em, .form--cols-12 > *[class*="--x9"] strong em, .form--cols-12 > *[class*="--x10"] strong em, .form--cols-12 > *[class*="--x11"] strong em, .form--cols-12 > *[class*="--x12"] strong em, .form__group--center strong em {
  color: var(--color-danger);
  margin-right: 3px;
}
.form__group > div, .form--cols-1 > *[class*="--x1"] > div, .form--cols-1 > *[class*="--x2"] > div, .form--cols-1 > *[class*="--x3"] > div, .form--cols-1 > *[class*="--x4"] > div, .form--cols-1 > *[class*="--x5"] > div, .form--cols-1 > *[class*="--x6"] > div, .form--cols-1 > *[class*="--x7"] > div, .form--cols-1 > *[class*="--x8"] > div, .form--cols-1 > *[class*="--x9"] > div, .form--cols-1 > *[class*="--x10"] > div, .form--cols-1 > *[class*="--x11"] > div, .form--cols-1 > *[class*="--x12"] > div, .form--cols-2 > *[class*="--x1"] > div, .form--cols-2 > *[class*="--x2"] > div, .form--cols-2 > *[class*="--x3"] > div, .form--cols-2 > *[class*="--x4"] > div, .form--cols-2 > *[class*="--x5"] > div, .form--cols-2 > *[class*="--x6"] > div, .form--cols-2 > *[class*="--x7"] > div, .form--cols-2 > *[class*="--x8"] > div, .form--cols-2 > *[class*="--x9"] > div, .form--cols-2 > *[class*="--x10"] > div, .form--cols-2 > *[class*="--x11"] > div, .form--cols-2 > *[class*="--x12"] > div, .form--cols-3 > *[class*="--x1"] > div, .form--cols-3 > *[class*="--x2"] > div, .form--cols-3 > *[class*="--x3"] > div, .form--cols-3 > *[class*="--x4"] > div, .form--cols-3 > *[class*="--x5"] > div, .form--cols-3 > *[class*="--x6"] > div, .form--cols-3 > *[class*="--x7"] > div, .form--cols-3 > *[class*="--x8"] > div, .form--cols-3 > *[class*="--x9"] > div, .form--cols-3 > *[class*="--x10"] > div, .form--cols-3 > *[class*="--x11"] > div, .form--cols-3 > *[class*="--x12"] > div, .form--cols-4 > *[class*="--x1"] > div, .form--cols-4 > *[class*="--x2"] > div, .form--cols-4 > *[class*="--x3"] > div, .form--cols-4 > *[class*="--x4"] > div, .form--cols-4 > *[class*="--x5"] > div, .form--cols-4 > *[class*="--x6"] > div, .form--cols-4 > *[class*="--x7"] > div, .form--cols-4 > *[class*="--x8"] > div, .form--cols-4 > *[class*="--x9"] > div, .form--cols-4 > *[class*="--x10"] > div, .form--cols-4 > *[class*="--x11"] > div, .form--cols-4 > *[class*="--x12"] > div, .form--cols-5 > *[class*="--x1"] > div, .form--cols-5 > *[class*="--x2"] > div, .form--cols-5 > *[class*="--x3"] > div, .form--cols-5 > *[class*="--x4"] > div, .form--cols-5 > *[class*="--x5"] > div, .form--cols-5 > *[class*="--x6"] > div, .form--cols-5 > *[class*="--x7"] > div, .form--cols-5 > *[class*="--x8"] > div, .form--cols-5 > *[class*="--x9"] > div, .form--cols-5 > *[class*="--x10"] > div, .form--cols-5 > *[class*="--x11"] > div, .form--cols-5 > *[class*="--x12"] > div, .form--cols-6 > *[class*="--x1"] > div, .form--cols-6 > *[class*="--x2"] > div, .form--cols-6 > *[class*="--x3"] > div, .form--cols-6 > *[class*="--x4"] > div, .form--cols-6 > *[class*="--x5"] > div, .form--cols-6 > *[class*="--x6"] > div, .form--cols-6 > *[class*="--x7"] > div, .form--cols-6 > *[class*="--x8"] > div, .form--cols-6 > *[class*="--x9"] > div, .form--cols-6 > *[class*="--x10"] > div, .form--cols-6 > *[class*="--x11"] > div, .form--cols-6 > *[class*="--x12"] > div, .form--cols-7 > *[class*="--x1"] > div, .form--cols-7 > *[class*="--x2"] > div, .form--cols-7 > *[class*="--x3"] > div, .form--cols-7 > *[class*="--x4"] > div, .form--cols-7 > *[class*="--x5"] > div, .form--cols-7 > *[class*="--x6"] > div, .form--cols-7 > *[class*="--x7"] > div, .form--cols-7 > *[class*="--x8"] > div, .form--cols-7 > *[class*="--x9"] > div, .form--cols-7 > *[class*="--x10"] > div, .form--cols-7 > *[class*="--x11"] > div, .form--cols-7 > *[class*="--x12"] > div, .form--cols-8 > *[class*="--x1"] > div, .form--cols-8 > *[class*="--x2"] > div, .form--cols-8 > *[class*="--x3"] > div, .form--cols-8 > *[class*="--x4"] > div, .form--cols-8 > *[class*="--x5"] > div, .form--cols-8 > *[class*="--x6"] > div, .form--cols-8 > *[class*="--x7"] > div, .form--cols-8 > *[class*="--x8"] > div, .form--cols-8 > *[class*="--x9"] > div, .form--cols-8 > *[class*="--x10"] > div, .form--cols-8 > *[class*="--x11"] > div, .form--cols-8 > *[class*="--x12"] > div, .form--cols-9 > *[class*="--x1"] > div, .form--cols-9 > *[class*="--x2"] > div, .form--cols-9 > *[class*="--x3"] > div, .form--cols-9 > *[class*="--x4"] > div, .form--cols-9 > *[class*="--x5"] > div, .form--cols-9 > *[class*="--x6"] > div, .form--cols-9 > *[class*="--x7"] > div, .form--cols-9 > *[class*="--x8"] > div, .form--cols-9 > *[class*="--x9"] > div, .form--cols-9 > *[class*="--x10"] > div, .form--cols-9 > *[class*="--x11"] > div, .form--cols-9 > *[class*="--x12"] > div, .form--cols-10 > *[class*="--x1"] > div, .form--cols-10 > *[class*="--x2"] > div, .form--cols-10 > *[class*="--x3"] > div, .form--cols-10 > *[class*="--x4"] > div, .form--cols-10 > *[class*="--x5"] > div, .form--cols-10 > *[class*="--x6"] > div, .form--cols-10 > *[class*="--x7"] > div, .form--cols-10 > *[class*="--x8"] > div, .form--cols-10 > *[class*="--x9"] > div, .form--cols-10 > *[class*="--x10"] > div, .form--cols-10 > *[class*="--x11"] > div, .form--cols-10 > *[class*="--x12"] > div, .form--cols-11 > *[class*="--x1"] > div, .form--cols-11 > *[class*="--x2"] > div, .form--cols-11 > *[class*="--x3"] > div, .form--cols-11 > *[class*="--x4"] > div, .form--cols-11 > *[class*="--x5"] > div, .form--cols-11 > *[class*="--x6"] > div, .form--cols-11 > *[class*="--x7"] > div, .form--cols-11 > *[class*="--x8"] > div, .form--cols-11 > *[class*="--x9"] > div, .form--cols-11 > *[class*="--x10"] > div, .form--cols-11 > *[class*="--x11"] > div, .form--cols-11 > *[class*="--x12"] > div, .form--cols-12 > *[class*="--x1"] > div, .form--cols-12 > *[class*="--x2"] > div, .form--cols-12 > *[class*="--x3"] > div, .form--cols-12 > *[class*="--x4"] > div, .form--cols-12 > *[class*="--x5"] > div, .form--cols-12 > *[class*="--x6"] > div, .form--cols-12 > *[class*="--x7"] > div, .form--cols-12 > *[class*="--x8"] > div, .form--cols-12 > *[class*="--x9"] > div, .form--cols-12 > *[class*="--x10"] > div, .form--cols-12 > *[class*="--x11"] > div, .form--cols-12 > *[class*="--x12"] > div, .form__group--center > div {
  width: 100%;
}
.form__group > div em, .form--cols-1 > *[class*="--x1"] > div em, .form--cols-1 > *[class*="--x2"] > div em, .form--cols-1 > *[class*="--x3"] > div em, .form--cols-1 > *[class*="--x4"] > div em, .form--cols-1 > *[class*="--x5"] > div em, .form--cols-1 > *[class*="--x6"] > div em, .form--cols-1 > *[class*="--x7"] > div em, .form--cols-1 > *[class*="--x8"] > div em, .form--cols-1 > *[class*="--x9"] > div em, .form--cols-1 > *[class*="--x10"] > div em, .form--cols-1 > *[class*="--x11"] > div em, .form--cols-1 > *[class*="--x12"] > div em, .form--cols-2 > *[class*="--x1"] > div em, .form--cols-2 > *[class*="--x2"] > div em, .form--cols-2 > *[class*="--x3"] > div em, .form--cols-2 > *[class*="--x4"] > div em, .form--cols-2 > *[class*="--x5"] > div em, .form--cols-2 > *[class*="--x6"] > div em, .form--cols-2 > *[class*="--x7"] > div em, .form--cols-2 > *[class*="--x8"] > div em, .form--cols-2 > *[class*="--x9"] > div em, .form--cols-2 > *[class*="--x10"] > div em, .form--cols-2 > *[class*="--x11"] > div em, .form--cols-2 > *[class*="--x12"] > div em, .form--cols-3 > *[class*="--x1"] > div em, .form--cols-3 > *[class*="--x2"] > div em, .form--cols-3 > *[class*="--x3"] > div em, .form--cols-3 > *[class*="--x4"] > div em, .form--cols-3 > *[class*="--x5"] > div em, .form--cols-3 > *[class*="--x6"] > div em, .form--cols-3 > *[class*="--x7"] > div em, .form--cols-3 > *[class*="--x8"] > div em, .form--cols-3 > *[class*="--x9"] > div em, .form--cols-3 > *[class*="--x10"] > div em, .form--cols-3 > *[class*="--x11"] > div em, .form--cols-3 > *[class*="--x12"] > div em, .form--cols-4 > *[class*="--x1"] > div em, .form--cols-4 > *[class*="--x2"] > div em, .form--cols-4 > *[class*="--x3"] > div em, .form--cols-4 > *[class*="--x4"] > div em, .form--cols-4 > *[class*="--x5"] > div em, .form--cols-4 > *[class*="--x6"] > div em, .form--cols-4 > *[class*="--x7"] > div em, .form--cols-4 > *[class*="--x8"] > div em, .form--cols-4 > *[class*="--x9"] > div em, .form--cols-4 > *[class*="--x10"] > div em, .form--cols-4 > *[class*="--x11"] > div em, .form--cols-4 > *[class*="--x12"] > div em, .form--cols-5 > *[class*="--x1"] > div em, .form--cols-5 > *[class*="--x2"] > div em, .form--cols-5 > *[class*="--x3"] > div em, .form--cols-5 > *[class*="--x4"] > div em, .form--cols-5 > *[class*="--x5"] > div em, .form--cols-5 > *[class*="--x6"] > div em, .form--cols-5 > *[class*="--x7"] > div em, .form--cols-5 > *[class*="--x8"] > div em, .form--cols-5 > *[class*="--x9"] > div em, .form--cols-5 > *[class*="--x10"] > div em, .form--cols-5 > *[class*="--x11"] > div em, .form--cols-5 > *[class*="--x12"] > div em, .form--cols-6 > *[class*="--x1"] > div em, .form--cols-6 > *[class*="--x2"] > div em, .form--cols-6 > *[class*="--x3"] > div em, .form--cols-6 > *[class*="--x4"] > div em, .form--cols-6 > *[class*="--x5"] > div em, .form--cols-6 > *[class*="--x6"] > div em, .form--cols-6 > *[class*="--x7"] > div em, .form--cols-6 > *[class*="--x8"] > div em, .form--cols-6 > *[class*="--x9"] > div em, .form--cols-6 > *[class*="--x10"] > div em, .form--cols-6 > *[class*="--x11"] > div em, .form--cols-6 > *[class*="--x12"] > div em, .form--cols-7 > *[class*="--x1"] > div em, .form--cols-7 > *[class*="--x2"] > div em, .form--cols-7 > *[class*="--x3"] > div em, .form--cols-7 > *[class*="--x4"] > div em, .form--cols-7 > *[class*="--x5"] > div em, .form--cols-7 > *[class*="--x6"] > div em, .form--cols-7 > *[class*="--x7"] > div em, .form--cols-7 > *[class*="--x8"] > div em, .form--cols-7 > *[class*="--x9"] > div em, .form--cols-7 > *[class*="--x10"] > div em, .form--cols-7 > *[class*="--x11"] > div em, .form--cols-7 > *[class*="--x12"] > div em, .form--cols-8 > *[class*="--x1"] > div em, .form--cols-8 > *[class*="--x2"] > div em, .form--cols-8 > *[class*="--x3"] > div em, .form--cols-8 > *[class*="--x4"] > div em, .form--cols-8 > *[class*="--x5"] > div em, .form--cols-8 > *[class*="--x6"] > div em, .form--cols-8 > *[class*="--x7"] > div em, .form--cols-8 > *[class*="--x8"] > div em, .form--cols-8 > *[class*="--x9"] > div em, .form--cols-8 > *[class*="--x10"] > div em, .form--cols-8 > *[class*="--x11"] > div em, .form--cols-8 > *[class*="--x12"] > div em, .form--cols-9 > *[class*="--x1"] > div em, .form--cols-9 > *[class*="--x2"] > div em, .form--cols-9 > *[class*="--x3"] > div em, .form--cols-9 > *[class*="--x4"] > div em, .form--cols-9 > *[class*="--x5"] > div em, .form--cols-9 > *[class*="--x6"] > div em, .form--cols-9 > *[class*="--x7"] > div em, .form--cols-9 > *[class*="--x8"] > div em, .form--cols-9 > *[class*="--x9"] > div em, .form--cols-9 > *[class*="--x10"] > div em, .form--cols-9 > *[class*="--x11"] > div em, .form--cols-9 > *[class*="--x12"] > div em, .form--cols-10 > *[class*="--x1"] > div em, .form--cols-10 > *[class*="--x2"] > div em, .form--cols-10 > *[class*="--x3"] > div em, .form--cols-10 > *[class*="--x4"] > div em, .form--cols-10 > *[class*="--x5"] > div em, .form--cols-10 > *[class*="--x6"] > div em, .form--cols-10 > *[class*="--x7"] > div em, .form--cols-10 > *[class*="--x8"] > div em, .form--cols-10 > *[class*="--x9"] > div em, .form--cols-10 > *[class*="--x10"] > div em, .form--cols-10 > *[class*="--x11"] > div em, .form--cols-10 > *[class*="--x12"] > div em, .form--cols-11 > *[class*="--x1"] > div em, .form--cols-11 > *[class*="--x2"] > div em, .form--cols-11 > *[class*="--x3"] > div em, .form--cols-11 > *[class*="--x4"] > div em, .form--cols-11 > *[class*="--x5"] > div em, .form--cols-11 > *[class*="--x6"] > div em, .form--cols-11 > *[class*="--x7"] > div em, .form--cols-11 > *[class*="--x8"] > div em, .form--cols-11 > *[class*="--x9"] > div em, .form--cols-11 > *[class*="--x10"] > div em, .form--cols-11 > *[class*="--x11"] > div em, .form--cols-11 > *[class*="--x12"] > div em, .form--cols-12 > *[class*="--x1"] > div em, .form--cols-12 > *[class*="--x2"] > div em, .form--cols-12 > *[class*="--x3"] > div em, .form--cols-12 > *[class*="--x4"] > div em, .form--cols-12 > *[class*="--x5"] > div em, .form--cols-12 > *[class*="--x6"] > div em, .form--cols-12 > *[class*="--x7"] > div em, .form--cols-12 > *[class*="--x8"] > div em, .form--cols-12 > *[class*="--x9"] > div em, .form--cols-12 > *[class*="--x10"] > div em, .form--cols-12 > *[class*="--x11"] > div em, .form--cols-12 > *[class*="--x12"] > div em, .form__group--center > div em {
  display: none;
  color: var(--color-danger);
  margin-top: 5px;
  font-family: var(--font-m);
}
.form__group > div em i, .form--cols-1 > *[class*="--x1"] > div em i, .form--cols-1 > *[class*="--x2"] > div em i, .form--cols-1 > *[class*="--x3"] > div em i, .form--cols-1 > *[class*="--x4"] > div em i, .form--cols-1 > *[class*="--x5"] > div em i, .form--cols-1 > *[class*="--x6"] > div em i, .form--cols-1 > *[class*="--x7"] > div em i, .form--cols-1 > *[class*="--x8"] > div em i, .form--cols-1 > *[class*="--x9"] > div em i, .form--cols-1 > *[class*="--x10"] > div em i, .form--cols-1 > *[class*="--x11"] > div em i, .form--cols-1 > *[class*="--x12"] > div em i, .form--cols-2 > *[class*="--x1"] > div em i, .form--cols-2 > *[class*="--x2"] > div em i, .form--cols-2 > *[class*="--x3"] > div em i, .form--cols-2 > *[class*="--x4"] > div em i, .form--cols-2 > *[class*="--x5"] > div em i, .form--cols-2 > *[class*="--x6"] > div em i, .form--cols-2 > *[class*="--x7"] > div em i, .form--cols-2 > *[class*="--x8"] > div em i, .form--cols-2 > *[class*="--x9"] > div em i, .form--cols-2 > *[class*="--x10"] > div em i, .form--cols-2 > *[class*="--x11"] > div em i, .form--cols-2 > *[class*="--x12"] > div em i, .form--cols-3 > *[class*="--x1"] > div em i, .form--cols-3 > *[class*="--x2"] > div em i, .form--cols-3 > *[class*="--x3"] > div em i, .form--cols-3 > *[class*="--x4"] > div em i, .form--cols-3 > *[class*="--x5"] > div em i, .form--cols-3 > *[class*="--x6"] > div em i, .form--cols-3 > *[class*="--x7"] > div em i, .form--cols-3 > *[class*="--x8"] > div em i, .form--cols-3 > *[class*="--x9"] > div em i, .form--cols-3 > *[class*="--x10"] > div em i, .form--cols-3 > *[class*="--x11"] > div em i, .form--cols-3 > *[class*="--x12"] > div em i, .form--cols-4 > *[class*="--x1"] > div em i, .form--cols-4 > *[class*="--x2"] > div em i, .form--cols-4 > *[class*="--x3"] > div em i, .form--cols-4 > *[class*="--x4"] > div em i, .form--cols-4 > *[class*="--x5"] > div em i, .form--cols-4 > *[class*="--x6"] > div em i, .form--cols-4 > *[class*="--x7"] > div em i, .form--cols-4 > *[class*="--x8"] > div em i, .form--cols-4 > *[class*="--x9"] > div em i, .form--cols-4 > *[class*="--x10"] > div em i, .form--cols-4 > *[class*="--x11"] > div em i, .form--cols-4 > *[class*="--x12"] > div em i, .form--cols-5 > *[class*="--x1"] > div em i, .form--cols-5 > *[class*="--x2"] > div em i, .form--cols-5 > *[class*="--x3"] > div em i, .form--cols-5 > *[class*="--x4"] > div em i, .form--cols-5 > *[class*="--x5"] > div em i, .form--cols-5 > *[class*="--x6"] > div em i, .form--cols-5 > *[class*="--x7"] > div em i, .form--cols-5 > *[class*="--x8"] > div em i, .form--cols-5 > *[class*="--x9"] > div em i, .form--cols-5 > *[class*="--x10"] > div em i, .form--cols-5 > *[class*="--x11"] > div em i, .form--cols-5 > *[class*="--x12"] > div em i, .form--cols-6 > *[class*="--x1"] > div em i, .form--cols-6 > *[class*="--x2"] > div em i, .form--cols-6 > *[class*="--x3"] > div em i, .form--cols-6 > *[class*="--x4"] > div em i, .form--cols-6 > *[class*="--x5"] > div em i, .form--cols-6 > *[class*="--x6"] > div em i, .form--cols-6 > *[class*="--x7"] > div em i, .form--cols-6 > *[class*="--x8"] > div em i, .form--cols-6 > *[class*="--x9"] > div em i, .form--cols-6 > *[class*="--x10"] > div em i, .form--cols-6 > *[class*="--x11"] > div em i, .form--cols-6 > *[class*="--x12"] > div em i, .form--cols-7 > *[class*="--x1"] > div em i, .form--cols-7 > *[class*="--x2"] > div em i, .form--cols-7 > *[class*="--x3"] > div em i, .form--cols-7 > *[class*="--x4"] > div em i, .form--cols-7 > *[class*="--x5"] > div em i, .form--cols-7 > *[class*="--x6"] > div em i, .form--cols-7 > *[class*="--x7"] > div em i, .form--cols-7 > *[class*="--x8"] > div em i, .form--cols-7 > *[class*="--x9"] > div em i, .form--cols-7 > *[class*="--x10"] > div em i, .form--cols-7 > *[class*="--x11"] > div em i, .form--cols-7 > *[class*="--x12"] > div em i, .form--cols-8 > *[class*="--x1"] > div em i, .form--cols-8 > *[class*="--x2"] > div em i, .form--cols-8 > *[class*="--x3"] > div em i, .form--cols-8 > *[class*="--x4"] > div em i, .form--cols-8 > *[class*="--x5"] > div em i, .form--cols-8 > *[class*="--x6"] > div em i, .form--cols-8 > *[class*="--x7"] > div em i, .form--cols-8 > *[class*="--x8"] > div em i, .form--cols-8 > *[class*="--x9"] > div em i, .form--cols-8 > *[class*="--x10"] > div em i, .form--cols-8 > *[class*="--x11"] > div em i, .form--cols-8 > *[class*="--x12"] > div em i, .form--cols-9 > *[class*="--x1"] > div em i, .form--cols-9 > *[class*="--x2"] > div em i, .form--cols-9 > *[class*="--x3"] > div em i, .form--cols-9 > *[class*="--x4"] > div em i, .form--cols-9 > *[class*="--x5"] > div em i, .form--cols-9 > *[class*="--x6"] > div em i, .form--cols-9 > *[class*="--x7"] > div em i, .form--cols-9 > *[class*="--x8"] > div em i, .form--cols-9 > *[class*="--x9"] > div em i, .form--cols-9 > *[class*="--x10"] > div em i, .form--cols-9 > *[class*="--x11"] > div em i, .form--cols-9 > *[class*="--x12"] > div em i, .form--cols-10 > *[class*="--x1"] > div em i, .form--cols-10 > *[class*="--x2"] > div em i, .form--cols-10 > *[class*="--x3"] > div em i, .form--cols-10 > *[class*="--x4"] > div em i, .form--cols-10 > *[class*="--x5"] > div em i, .form--cols-10 > *[class*="--x6"] > div em i, .form--cols-10 > *[class*="--x7"] > div em i, .form--cols-10 > *[class*="--x8"] > div em i, .form--cols-10 > *[class*="--x9"] > div em i, .form--cols-10 > *[class*="--x10"] > div em i, .form--cols-10 > *[class*="--x11"] > div em i, .form--cols-10 > *[class*="--x12"] > div em i, .form--cols-11 > *[class*="--x1"] > div em i, .form--cols-11 > *[class*="--x2"] > div em i, .form--cols-11 > *[class*="--x3"] > div em i, .form--cols-11 > *[class*="--x4"] > div em i, .form--cols-11 > *[class*="--x5"] > div em i, .form--cols-11 > *[class*="--x6"] > div em i, .form--cols-11 > *[class*="--x7"] > div em i, .form--cols-11 > *[class*="--x8"] > div em i, .form--cols-11 > *[class*="--x9"] > div em i, .form--cols-11 > *[class*="--x10"] > div em i, .form--cols-11 > *[class*="--x11"] > div em i, .form--cols-11 > *[class*="--x12"] > div em i, .form--cols-12 > *[class*="--x1"] > div em i, .form--cols-12 > *[class*="--x2"] > div em i, .form--cols-12 > *[class*="--x3"] > div em i, .form--cols-12 > *[class*="--x4"] > div em i, .form--cols-12 > *[class*="--x5"] > div em i, .form--cols-12 > *[class*="--x6"] > div em i, .form--cols-12 > *[class*="--x7"] > div em i, .form--cols-12 > *[class*="--x8"] > div em i, .form--cols-12 > *[class*="--x9"] > div em i, .form--cols-12 > *[class*="--x10"] > div em i, .form--cols-12 > *[class*="--x11"] > div em i, .form--cols-12 > *[class*="--x12"] > div em i, .form__group--center > div em i {
  min-width: 18px;
}
.form__group > div p, .form--cols-1 > *[class*="--x1"] > div p, .form--cols-1 > *[class*="--x2"] > div p, .form--cols-1 > *[class*="--x3"] > div p, .form--cols-1 > *[class*="--x4"] > div p, .form--cols-1 > *[class*="--x5"] > div p, .form--cols-1 > *[class*="--x6"] > div p, .form--cols-1 > *[class*="--x7"] > div p, .form--cols-1 > *[class*="--x8"] > div p, .form--cols-1 > *[class*="--x9"] > div p, .form--cols-1 > *[class*="--x10"] > div p, .form--cols-1 > *[class*="--x11"] > div p, .form--cols-1 > *[class*="--x12"] > div p, .form--cols-2 > *[class*="--x1"] > div p, .form--cols-2 > *[class*="--x2"] > div p, .form--cols-2 > *[class*="--x3"] > div p, .form--cols-2 > *[class*="--x4"] > div p, .form--cols-2 > *[class*="--x5"] > div p, .form--cols-2 > *[class*="--x6"] > div p, .form--cols-2 > *[class*="--x7"] > div p, .form--cols-2 > *[class*="--x8"] > div p, .form--cols-2 > *[class*="--x9"] > div p, .form--cols-2 > *[class*="--x10"] > div p, .form--cols-2 > *[class*="--x11"] > div p, .form--cols-2 > *[class*="--x12"] > div p, .form--cols-3 > *[class*="--x1"] > div p, .form--cols-3 > *[class*="--x2"] > div p, .form--cols-3 > *[class*="--x3"] > div p, .form--cols-3 > *[class*="--x4"] > div p, .form--cols-3 > *[class*="--x5"] > div p, .form--cols-3 > *[class*="--x6"] > div p, .form--cols-3 > *[class*="--x7"] > div p, .form--cols-3 > *[class*="--x8"] > div p, .form--cols-3 > *[class*="--x9"] > div p, .form--cols-3 > *[class*="--x10"] > div p, .form--cols-3 > *[class*="--x11"] > div p, .form--cols-3 > *[class*="--x12"] > div p, .form--cols-4 > *[class*="--x1"] > div p, .form--cols-4 > *[class*="--x2"] > div p, .form--cols-4 > *[class*="--x3"] > div p, .form--cols-4 > *[class*="--x4"] > div p, .form--cols-4 > *[class*="--x5"] > div p, .form--cols-4 > *[class*="--x6"] > div p, .form--cols-4 > *[class*="--x7"] > div p, .form--cols-4 > *[class*="--x8"] > div p, .form--cols-4 > *[class*="--x9"] > div p, .form--cols-4 > *[class*="--x10"] > div p, .form--cols-4 > *[class*="--x11"] > div p, .form--cols-4 > *[class*="--x12"] > div p, .form--cols-5 > *[class*="--x1"] > div p, .form--cols-5 > *[class*="--x2"] > div p, .form--cols-5 > *[class*="--x3"] > div p, .form--cols-5 > *[class*="--x4"] > div p, .form--cols-5 > *[class*="--x5"] > div p, .form--cols-5 > *[class*="--x6"] > div p, .form--cols-5 > *[class*="--x7"] > div p, .form--cols-5 > *[class*="--x8"] > div p, .form--cols-5 > *[class*="--x9"] > div p, .form--cols-5 > *[class*="--x10"] > div p, .form--cols-5 > *[class*="--x11"] > div p, .form--cols-5 > *[class*="--x12"] > div p, .form--cols-6 > *[class*="--x1"] > div p, .form--cols-6 > *[class*="--x2"] > div p, .form--cols-6 > *[class*="--x3"] > div p, .form--cols-6 > *[class*="--x4"] > div p, .form--cols-6 > *[class*="--x5"] > div p, .form--cols-6 > *[class*="--x6"] > div p, .form--cols-6 > *[class*="--x7"] > div p, .form--cols-6 > *[class*="--x8"] > div p, .form--cols-6 > *[class*="--x9"] > div p, .form--cols-6 > *[class*="--x10"] > div p, .form--cols-6 > *[class*="--x11"] > div p, .form--cols-6 > *[class*="--x12"] > div p, .form--cols-7 > *[class*="--x1"] > div p, .form--cols-7 > *[class*="--x2"] > div p, .form--cols-7 > *[class*="--x3"] > div p, .form--cols-7 > *[class*="--x4"] > div p, .form--cols-7 > *[class*="--x5"] > div p, .form--cols-7 > *[class*="--x6"] > div p, .form--cols-7 > *[class*="--x7"] > div p, .form--cols-7 > *[class*="--x8"] > div p, .form--cols-7 > *[class*="--x9"] > div p, .form--cols-7 > *[class*="--x10"] > div p, .form--cols-7 > *[class*="--x11"] > div p, .form--cols-7 > *[class*="--x12"] > div p, .form--cols-8 > *[class*="--x1"] > div p, .form--cols-8 > *[class*="--x2"] > div p, .form--cols-8 > *[class*="--x3"] > div p, .form--cols-8 > *[class*="--x4"] > div p, .form--cols-8 > *[class*="--x5"] > div p, .form--cols-8 > *[class*="--x6"] > div p, .form--cols-8 > *[class*="--x7"] > div p, .form--cols-8 > *[class*="--x8"] > div p, .form--cols-8 > *[class*="--x9"] > div p, .form--cols-8 > *[class*="--x10"] > div p, .form--cols-8 > *[class*="--x11"] > div p, .form--cols-8 > *[class*="--x12"] > div p, .form--cols-9 > *[class*="--x1"] > div p, .form--cols-9 > *[class*="--x2"] > div p, .form--cols-9 > *[class*="--x3"] > div p, .form--cols-9 > *[class*="--x4"] > div p, .form--cols-9 > *[class*="--x5"] > div p, .form--cols-9 > *[class*="--x6"] > div p, .form--cols-9 > *[class*="--x7"] > div p, .form--cols-9 > *[class*="--x8"] > div p, .form--cols-9 > *[class*="--x9"] > div p, .form--cols-9 > *[class*="--x10"] > div p, .form--cols-9 > *[class*="--x11"] > div p, .form--cols-9 > *[class*="--x12"] > div p, .form--cols-10 > *[class*="--x1"] > div p, .form--cols-10 > *[class*="--x2"] > div p, .form--cols-10 > *[class*="--x3"] > div p, .form--cols-10 > *[class*="--x4"] > div p, .form--cols-10 > *[class*="--x5"] > div p, .form--cols-10 > *[class*="--x6"] > div p, .form--cols-10 > *[class*="--x7"] > div p, .form--cols-10 > *[class*="--x8"] > div p, .form--cols-10 > *[class*="--x9"] > div p, .form--cols-10 > *[class*="--x10"] > div p, .form--cols-10 > *[class*="--x11"] > div p, .form--cols-10 > *[class*="--x12"] > div p, .form--cols-11 > *[class*="--x1"] > div p, .form--cols-11 > *[class*="--x2"] > div p, .form--cols-11 > *[class*="--x3"] > div p, .form--cols-11 > *[class*="--x4"] > div p, .form--cols-11 > *[class*="--x5"] > div p, .form--cols-11 > *[class*="--x6"] > div p, .form--cols-11 > *[class*="--x7"] > div p, .form--cols-11 > *[class*="--x8"] > div p, .form--cols-11 > *[class*="--x9"] > div p, .form--cols-11 > *[class*="--x10"] > div p, .form--cols-11 > *[class*="--x11"] > div p, .form--cols-11 > *[class*="--x12"] > div p, .form--cols-12 > *[class*="--x1"] > div p, .form--cols-12 > *[class*="--x2"] > div p, .form--cols-12 > *[class*="--x3"] > div p, .form--cols-12 > *[class*="--x4"] > div p, .form--cols-12 > *[class*="--x5"] > div p, .form--cols-12 > *[class*="--x6"] > div p, .form--cols-12 > *[class*="--x7"] > div p, .form--cols-12 > *[class*="--x8"] > div p, .form--cols-12 > *[class*="--x9"] > div p, .form--cols-12 > *[class*="--x10"] > div p, .form--cols-12 > *[class*="--x11"] > div p, .form--cols-12 > *[class*="--x12"] > div p, .form__group--center > div p,
.form__group > div > div,
.form--cols-1 > *[class*="--x1"] > div > div,
.form--cols-1 > *[class*="--x2"] > div > div,
.form--cols-1 > *[class*="--x3"] > div > div,
.form--cols-1 > *[class*="--x4"] > div > div,
.form--cols-1 > *[class*="--x5"] > div > div,
.form--cols-1 > *[class*="--x6"] > div > div,
.form--cols-1 > *[class*="--x7"] > div > div,
.form--cols-1 > *[class*="--x8"] > div > div,
.form--cols-1 > *[class*="--x9"] > div > div,
.form--cols-1 > *[class*="--x10"] > div > div,
.form--cols-1 > *[class*="--x11"] > div > div,
.form--cols-1 > *[class*="--x12"] > div > div,
.form--cols-2 > *[class*="--x1"] > div > div,
.form--cols-2 > *[class*="--x2"] > div > div,
.form--cols-2 > *[class*="--x3"] > div > div,
.form--cols-2 > *[class*="--x4"] > div > div,
.form--cols-2 > *[class*="--x5"] > div > div,
.form--cols-2 > *[class*="--x6"] > div > div,
.form--cols-2 > *[class*="--x7"] > div > div,
.form--cols-2 > *[class*="--x8"] > div > div,
.form--cols-2 > *[class*="--x9"] > div > div,
.form--cols-2 > *[class*="--x10"] > div > div,
.form--cols-2 > *[class*="--x11"] > div > div,
.form--cols-2 > *[class*="--x12"] > div > div,
.form--cols-3 > *[class*="--x1"] > div > div,
.form--cols-3 > *[class*="--x2"] > div > div,
.form--cols-3 > *[class*="--x3"] > div > div,
.form--cols-3 > *[class*="--x4"] > div > div,
.form--cols-3 > *[class*="--x5"] > div > div,
.form--cols-3 > *[class*="--x6"] > div > div,
.form--cols-3 > *[class*="--x7"] > div > div,
.form--cols-3 > *[class*="--x8"] > div > div,
.form--cols-3 > *[class*="--x9"] > div > div,
.form--cols-3 > *[class*="--x10"] > div > div,
.form--cols-3 > *[class*="--x11"] > div > div,
.form--cols-3 > *[class*="--x12"] > div > div,
.form--cols-4 > *[class*="--x1"] > div > div,
.form--cols-4 > *[class*="--x2"] > div > div,
.form--cols-4 > *[class*="--x3"] > div > div,
.form--cols-4 > *[class*="--x4"] > div > div,
.form--cols-4 > *[class*="--x5"] > div > div,
.form--cols-4 > *[class*="--x6"] > div > div,
.form--cols-4 > *[class*="--x7"] > div > div,
.form--cols-4 > *[class*="--x8"] > div > div,
.form--cols-4 > *[class*="--x9"] > div > div,
.form--cols-4 > *[class*="--x10"] > div > div,
.form--cols-4 > *[class*="--x11"] > div > div,
.form--cols-4 > *[class*="--x12"] > div > div,
.form--cols-5 > *[class*="--x1"] > div > div,
.form--cols-5 > *[class*="--x2"] > div > div,
.form--cols-5 > *[class*="--x3"] > div > div,
.form--cols-5 > *[class*="--x4"] > div > div,
.form--cols-5 > *[class*="--x5"] > div > div,
.form--cols-5 > *[class*="--x6"] > div > div,
.form--cols-5 > *[class*="--x7"] > div > div,
.form--cols-5 > *[class*="--x8"] > div > div,
.form--cols-5 > *[class*="--x9"] > div > div,
.form--cols-5 > *[class*="--x10"] > div > div,
.form--cols-5 > *[class*="--x11"] > div > div,
.form--cols-5 > *[class*="--x12"] > div > div,
.form--cols-6 > *[class*="--x1"] > div > div,
.form--cols-6 > *[class*="--x2"] > div > div,
.form--cols-6 > *[class*="--x3"] > div > div,
.form--cols-6 > *[class*="--x4"] > div > div,
.form--cols-6 > *[class*="--x5"] > div > div,
.form--cols-6 > *[class*="--x6"] > div > div,
.form--cols-6 > *[class*="--x7"] > div > div,
.form--cols-6 > *[class*="--x8"] > div > div,
.form--cols-6 > *[class*="--x9"] > div > div,
.form--cols-6 > *[class*="--x10"] > div > div,
.form--cols-6 > *[class*="--x11"] > div > div,
.form--cols-6 > *[class*="--x12"] > div > div,
.form--cols-7 > *[class*="--x1"] > div > div,
.form--cols-7 > *[class*="--x2"] > div > div,
.form--cols-7 > *[class*="--x3"] > div > div,
.form--cols-7 > *[class*="--x4"] > div > div,
.form--cols-7 > *[class*="--x5"] > div > div,
.form--cols-7 > *[class*="--x6"] > div > div,
.form--cols-7 > *[class*="--x7"] > div > div,
.form--cols-7 > *[class*="--x8"] > div > div,
.form--cols-7 > *[class*="--x9"] > div > div,
.form--cols-7 > *[class*="--x10"] > div > div,
.form--cols-7 > *[class*="--x11"] > div > div,
.form--cols-7 > *[class*="--x12"] > div > div,
.form--cols-8 > *[class*="--x1"] > div > div,
.form--cols-8 > *[class*="--x2"] > div > div,
.form--cols-8 > *[class*="--x3"] > div > div,
.form--cols-8 > *[class*="--x4"] > div > div,
.form--cols-8 > *[class*="--x5"] > div > div,
.form--cols-8 > *[class*="--x6"] > div > div,
.form--cols-8 > *[class*="--x7"] > div > div,
.form--cols-8 > *[class*="--x8"] > div > div,
.form--cols-8 > *[class*="--x9"] > div > div,
.form--cols-8 > *[class*="--x10"] > div > div,
.form--cols-8 > *[class*="--x11"] > div > div,
.form--cols-8 > *[class*="--x12"] > div > div,
.form--cols-9 > *[class*="--x1"] > div > div,
.form--cols-9 > *[class*="--x2"] > div > div,
.form--cols-9 > *[class*="--x3"] > div > div,
.form--cols-9 > *[class*="--x4"] > div > div,
.form--cols-9 > *[class*="--x5"] > div > div,
.form--cols-9 > *[class*="--x6"] > div > div,
.form--cols-9 > *[class*="--x7"] > div > div,
.form--cols-9 > *[class*="--x8"] > div > div,
.form--cols-9 > *[class*="--x9"] > div > div,
.form--cols-9 > *[class*="--x10"] > div > div,
.form--cols-9 > *[class*="--x11"] > div > div,
.form--cols-9 > *[class*="--x12"] > div > div,
.form--cols-10 > *[class*="--x1"] > div > div,
.form--cols-10 > *[class*="--x2"] > div > div,
.form--cols-10 > *[class*="--x3"] > div > div,
.form--cols-10 > *[class*="--x4"] > div > div,
.form--cols-10 > *[class*="--x5"] > div > div,
.form--cols-10 > *[class*="--x6"] > div > div,
.form--cols-10 > *[class*="--x7"] > div > div,
.form--cols-10 > *[class*="--x8"] > div > div,
.form--cols-10 > *[class*="--x9"] > div > div,
.form--cols-10 > *[class*="--x10"] > div > div,
.form--cols-10 > *[class*="--x11"] > div > div,
.form--cols-10 > *[class*="--x12"] > div > div,
.form--cols-11 > *[class*="--x1"] > div > div,
.form--cols-11 > *[class*="--x2"] > div > div,
.form--cols-11 > *[class*="--x3"] > div > div,
.form--cols-11 > *[class*="--x4"] > div > div,
.form--cols-11 > *[class*="--x5"] > div > div,
.form--cols-11 > *[class*="--x6"] > div > div,
.form--cols-11 > *[class*="--x7"] > div > div,
.form--cols-11 > *[class*="--x8"] > div > div,
.form--cols-11 > *[class*="--x9"] > div > div,
.form--cols-11 > *[class*="--x10"] > div > div,
.form--cols-11 > *[class*="--x11"] > div > div,
.form--cols-11 > *[class*="--x12"] > div > div,
.form--cols-12 > *[class*="--x1"] > div > div,
.form--cols-12 > *[class*="--x2"] > div > div,
.form--cols-12 > *[class*="--x3"] > div > div,
.form--cols-12 > *[class*="--x4"] > div > div,
.form--cols-12 > *[class*="--x5"] > div > div,
.form--cols-12 > *[class*="--x6"] > div > div,
.form--cols-12 > *[class*="--x7"] > div > div,
.form--cols-12 > *[class*="--x8"] > div > div,
.form--cols-12 > *[class*="--x9"] > div > div,
.form--cols-12 > *[class*="--x10"] > div > div,
.form--cols-12 > *[class*="--x11"] > div > div,
.form--cols-12 > *[class*="--x12"] > div > div,
.form__group--center > div > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  width: 100%;
}
.form__group > div p.linebreak, .form--cols-1 > *[class*="--x1"] > div p.linebreak, .form--cols-1 > *[class*="--x2"] > div p.linebreak, .form--cols-1 > *[class*="--x3"] > div p.linebreak, .form--cols-1 > *[class*="--x4"] > div p.linebreak, .form--cols-1 > *[class*="--x5"] > div p.linebreak, .form--cols-1 > *[class*="--x6"] > div p.linebreak, .form--cols-1 > *[class*="--x7"] > div p.linebreak, .form--cols-1 > *[class*="--x8"] > div p.linebreak, .form--cols-1 > *[class*="--x9"] > div p.linebreak, .form--cols-1 > *[class*="--x10"] > div p.linebreak, .form--cols-1 > *[class*="--x11"] > div p.linebreak, .form--cols-1 > *[class*="--x12"] > div p.linebreak, .form--cols-2 > *[class*="--x1"] > div p.linebreak, .form--cols-2 > *[class*="--x2"] > div p.linebreak, .form--cols-2 > *[class*="--x3"] > div p.linebreak, .form--cols-2 > *[class*="--x4"] > div p.linebreak, .form--cols-2 > *[class*="--x5"] > div p.linebreak, .form--cols-2 > *[class*="--x6"] > div p.linebreak, .form--cols-2 > *[class*="--x7"] > div p.linebreak, .form--cols-2 > *[class*="--x8"] > div p.linebreak, .form--cols-2 > *[class*="--x9"] > div p.linebreak, .form--cols-2 > *[class*="--x10"] > div p.linebreak, .form--cols-2 > *[class*="--x11"] > div p.linebreak, .form--cols-2 > *[class*="--x12"] > div p.linebreak, .form--cols-3 > *[class*="--x1"] > div p.linebreak, .form--cols-3 > *[class*="--x2"] > div p.linebreak, .form--cols-3 > *[class*="--x3"] > div p.linebreak, .form--cols-3 > *[class*="--x4"] > div p.linebreak, .form--cols-3 > *[class*="--x5"] > div p.linebreak, .form--cols-3 > *[class*="--x6"] > div p.linebreak, .form--cols-3 > *[class*="--x7"] > div p.linebreak, .form--cols-3 > *[class*="--x8"] > div p.linebreak, .form--cols-3 > *[class*="--x9"] > div p.linebreak, .form--cols-3 > *[class*="--x10"] > div p.linebreak, .form--cols-3 > *[class*="--x11"] > div p.linebreak, .form--cols-3 > *[class*="--x12"] > div p.linebreak, .form--cols-4 > *[class*="--x1"] > div p.linebreak, .form--cols-4 > *[class*="--x2"] > div p.linebreak, .form--cols-4 > *[class*="--x3"] > div p.linebreak, .form--cols-4 > *[class*="--x4"] > div p.linebreak, .form--cols-4 > *[class*="--x5"] > div p.linebreak, .form--cols-4 > *[class*="--x6"] > div p.linebreak, .form--cols-4 > *[class*="--x7"] > div p.linebreak, .form--cols-4 > *[class*="--x8"] > div p.linebreak, .form--cols-4 > *[class*="--x9"] > div p.linebreak, .form--cols-4 > *[class*="--x10"] > div p.linebreak, .form--cols-4 > *[class*="--x11"] > div p.linebreak, .form--cols-4 > *[class*="--x12"] > div p.linebreak, .form--cols-5 > *[class*="--x1"] > div p.linebreak, .form--cols-5 > *[class*="--x2"] > div p.linebreak, .form--cols-5 > *[class*="--x3"] > div p.linebreak, .form--cols-5 > *[class*="--x4"] > div p.linebreak, .form--cols-5 > *[class*="--x5"] > div p.linebreak, .form--cols-5 > *[class*="--x6"] > div p.linebreak, .form--cols-5 > *[class*="--x7"] > div p.linebreak, .form--cols-5 > *[class*="--x8"] > div p.linebreak, .form--cols-5 > *[class*="--x9"] > div p.linebreak, .form--cols-5 > *[class*="--x10"] > div p.linebreak, .form--cols-5 > *[class*="--x11"] > div p.linebreak, .form--cols-5 > *[class*="--x12"] > div p.linebreak, .form--cols-6 > *[class*="--x1"] > div p.linebreak, .form--cols-6 > *[class*="--x2"] > div p.linebreak, .form--cols-6 > *[class*="--x3"] > div p.linebreak, .form--cols-6 > *[class*="--x4"] > div p.linebreak, .form--cols-6 > *[class*="--x5"] > div p.linebreak, .form--cols-6 > *[class*="--x6"] > div p.linebreak, .form--cols-6 > *[class*="--x7"] > div p.linebreak, .form--cols-6 > *[class*="--x8"] > div p.linebreak, .form--cols-6 > *[class*="--x9"] > div p.linebreak, .form--cols-6 > *[class*="--x10"] > div p.linebreak, .form--cols-6 > *[class*="--x11"] > div p.linebreak, .form--cols-6 > *[class*="--x12"] > div p.linebreak, .form--cols-7 > *[class*="--x1"] > div p.linebreak, .form--cols-7 > *[class*="--x2"] > div p.linebreak, .form--cols-7 > *[class*="--x3"] > div p.linebreak, .form--cols-7 > *[class*="--x4"] > div p.linebreak, .form--cols-7 > *[class*="--x5"] > div p.linebreak, .form--cols-7 > *[class*="--x6"] > div p.linebreak, .form--cols-7 > *[class*="--x7"] > div p.linebreak, .form--cols-7 > *[class*="--x8"] > div p.linebreak, .form--cols-7 > *[class*="--x9"] > div p.linebreak, .form--cols-7 > *[class*="--x10"] > div p.linebreak, .form--cols-7 > *[class*="--x11"] > div p.linebreak, .form--cols-7 > *[class*="--x12"] > div p.linebreak, .form--cols-8 > *[class*="--x1"] > div p.linebreak, .form--cols-8 > *[class*="--x2"] > div p.linebreak, .form--cols-8 > *[class*="--x3"] > div p.linebreak, .form--cols-8 > *[class*="--x4"] > div p.linebreak, .form--cols-8 > *[class*="--x5"] > div p.linebreak, .form--cols-8 > *[class*="--x6"] > div p.linebreak, .form--cols-8 > *[class*="--x7"] > div p.linebreak, .form--cols-8 > *[class*="--x8"] > div p.linebreak, .form--cols-8 > *[class*="--x9"] > div p.linebreak, .form--cols-8 > *[class*="--x10"] > div p.linebreak, .form--cols-8 > *[class*="--x11"] > div p.linebreak, .form--cols-8 > *[class*="--x12"] > div p.linebreak, .form--cols-9 > *[class*="--x1"] > div p.linebreak, .form--cols-9 > *[class*="--x2"] > div p.linebreak, .form--cols-9 > *[class*="--x3"] > div p.linebreak, .form--cols-9 > *[class*="--x4"] > div p.linebreak, .form--cols-9 > *[class*="--x5"] > div p.linebreak, .form--cols-9 > *[class*="--x6"] > div p.linebreak, .form--cols-9 > *[class*="--x7"] > div p.linebreak, .form--cols-9 > *[class*="--x8"] > div p.linebreak, .form--cols-9 > *[class*="--x9"] > div p.linebreak, .form--cols-9 > *[class*="--x10"] > div p.linebreak, .form--cols-9 > *[class*="--x11"] > div p.linebreak, .form--cols-9 > *[class*="--x12"] > div p.linebreak, .form--cols-10 > *[class*="--x1"] > div p.linebreak, .form--cols-10 > *[class*="--x2"] > div p.linebreak, .form--cols-10 > *[class*="--x3"] > div p.linebreak, .form--cols-10 > *[class*="--x4"] > div p.linebreak, .form--cols-10 > *[class*="--x5"] > div p.linebreak, .form--cols-10 > *[class*="--x6"] > div p.linebreak, .form--cols-10 > *[class*="--x7"] > div p.linebreak, .form--cols-10 > *[class*="--x8"] > div p.linebreak, .form--cols-10 > *[class*="--x9"] > div p.linebreak, .form--cols-10 > *[class*="--x10"] > div p.linebreak, .form--cols-10 > *[class*="--x11"] > div p.linebreak, .form--cols-10 > *[class*="--x12"] > div p.linebreak, .form--cols-11 > *[class*="--x1"] > div p.linebreak, .form--cols-11 > *[class*="--x2"] > div p.linebreak, .form--cols-11 > *[class*="--x3"] > div p.linebreak, .form--cols-11 > *[class*="--x4"] > div p.linebreak, .form--cols-11 > *[class*="--x5"] > div p.linebreak, .form--cols-11 > *[class*="--x6"] > div p.linebreak, .form--cols-11 > *[class*="--x7"] > div p.linebreak, .form--cols-11 > *[class*="--x8"] > div p.linebreak, .form--cols-11 > *[class*="--x9"] > div p.linebreak, .form--cols-11 > *[class*="--x10"] > div p.linebreak, .form--cols-11 > *[class*="--x11"] > div p.linebreak, .form--cols-11 > *[class*="--x12"] > div p.linebreak, .form--cols-12 > *[class*="--x1"] > div p.linebreak, .form--cols-12 > *[class*="--x2"] > div p.linebreak, .form--cols-12 > *[class*="--x3"] > div p.linebreak, .form--cols-12 > *[class*="--x4"] > div p.linebreak, .form--cols-12 > *[class*="--x5"] > div p.linebreak, .form--cols-12 > *[class*="--x6"] > div p.linebreak, .form--cols-12 > *[class*="--x7"] > div p.linebreak, .form--cols-12 > *[class*="--x8"] > div p.linebreak, .form--cols-12 > *[class*="--x9"] > div p.linebreak, .form--cols-12 > *[class*="--x10"] > div p.linebreak, .form--cols-12 > *[class*="--x11"] > div p.linebreak, .form--cols-12 > *[class*="--x12"] > div p.linebreak, .form__group--center > div p.linebreak,
.form__group > div > div.linebreak,
.form--cols-1 > *[class*="--x1"] > div > div.linebreak,
.form--cols-1 > *[class*="--x2"] > div > div.linebreak,
.form--cols-1 > *[class*="--x3"] > div > div.linebreak,
.form--cols-1 > *[class*="--x4"] > div > div.linebreak,
.form--cols-1 > *[class*="--x5"] > div > div.linebreak,
.form--cols-1 > *[class*="--x6"] > div > div.linebreak,
.form--cols-1 > *[class*="--x7"] > div > div.linebreak,
.form--cols-1 > *[class*="--x8"] > div > div.linebreak,
.form--cols-1 > *[class*="--x9"] > div > div.linebreak,
.form--cols-1 > *[class*="--x10"] > div > div.linebreak,
.form--cols-1 > *[class*="--x11"] > div > div.linebreak,
.form--cols-1 > *[class*="--x12"] > div > div.linebreak,
.form--cols-2 > *[class*="--x1"] > div > div.linebreak,
.form--cols-2 > *[class*="--x2"] > div > div.linebreak,
.form--cols-2 > *[class*="--x3"] > div > div.linebreak,
.form--cols-2 > *[class*="--x4"] > div > div.linebreak,
.form--cols-2 > *[class*="--x5"] > div > div.linebreak,
.form--cols-2 > *[class*="--x6"] > div > div.linebreak,
.form--cols-2 > *[class*="--x7"] > div > div.linebreak,
.form--cols-2 > *[class*="--x8"] > div > div.linebreak,
.form--cols-2 > *[class*="--x9"] > div > div.linebreak,
.form--cols-2 > *[class*="--x10"] > div > div.linebreak,
.form--cols-2 > *[class*="--x11"] > div > div.linebreak,
.form--cols-2 > *[class*="--x12"] > div > div.linebreak,
.form--cols-3 > *[class*="--x1"] > div > div.linebreak,
.form--cols-3 > *[class*="--x2"] > div > div.linebreak,
.form--cols-3 > *[class*="--x3"] > div > div.linebreak,
.form--cols-3 > *[class*="--x4"] > div > div.linebreak,
.form--cols-3 > *[class*="--x5"] > div > div.linebreak,
.form--cols-3 > *[class*="--x6"] > div > div.linebreak,
.form--cols-3 > *[class*="--x7"] > div > div.linebreak,
.form--cols-3 > *[class*="--x8"] > div > div.linebreak,
.form--cols-3 > *[class*="--x9"] > div > div.linebreak,
.form--cols-3 > *[class*="--x10"] > div > div.linebreak,
.form--cols-3 > *[class*="--x11"] > div > div.linebreak,
.form--cols-3 > *[class*="--x12"] > div > div.linebreak,
.form--cols-4 > *[class*="--x1"] > div > div.linebreak,
.form--cols-4 > *[class*="--x2"] > div > div.linebreak,
.form--cols-4 > *[class*="--x3"] > div > div.linebreak,
.form--cols-4 > *[class*="--x4"] > div > div.linebreak,
.form--cols-4 > *[class*="--x5"] > div > div.linebreak,
.form--cols-4 > *[class*="--x6"] > div > div.linebreak,
.form--cols-4 > *[class*="--x7"] > div > div.linebreak,
.form--cols-4 > *[class*="--x8"] > div > div.linebreak,
.form--cols-4 > *[class*="--x9"] > div > div.linebreak,
.form--cols-4 > *[class*="--x10"] > div > div.linebreak,
.form--cols-4 > *[class*="--x11"] > div > div.linebreak,
.form--cols-4 > *[class*="--x12"] > div > div.linebreak,
.form--cols-5 > *[class*="--x1"] > div > div.linebreak,
.form--cols-5 > *[class*="--x2"] > div > div.linebreak,
.form--cols-5 > *[class*="--x3"] > div > div.linebreak,
.form--cols-5 > *[class*="--x4"] > div > div.linebreak,
.form--cols-5 > *[class*="--x5"] > div > div.linebreak,
.form--cols-5 > *[class*="--x6"] > div > div.linebreak,
.form--cols-5 > *[class*="--x7"] > div > div.linebreak,
.form--cols-5 > *[class*="--x8"] > div > div.linebreak,
.form--cols-5 > *[class*="--x9"] > div > div.linebreak,
.form--cols-5 > *[class*="--x10"] > div > div.linebreak,
.form--cols-5 > *[class*="--x11"] > div > div.linebreak,
.form--cols-5 > *[class*="--x12"] > div > div.linebreak,
.form--cols-6 > *[class*="--x1"] > div > div.linebreak,
.form--cols-6 > *[class*="--x2"] > div > div.linebreak,
.form--cols-6 > *[class*="--x3"] > div > div.linebreak,
.form--cols-6 > *[class*="--x4"] > div > div.linebreak,
.form--cols-6 > *[class*="--x5"] > div > div.linebreak,
.form--cols-6 > *[class*="--x6"] > div > div.linebreak,
.form--cols-6 > *[class*="--x7"] > div > div.linebreak,
.form--cols-6 > *[class*="--x8"] > div > div.linebreak,
.form--cols-6 > *[class*="--x9"] > div > div.linebreak,
.form--cols-6 > *[class*="--x10"] > div > div.linebreak,
.form--cols-6 > *[class*="--x11"] > div > div.linebreak,
.form--cols-6 > *[class*="--x12"] > div > div.linebreak,
.form--cols-7 > *[class*="--x1"] > div > div.linebreak,
.form--cols-7 > *[class*="--x2"] > div > div.linebreak,
.form--cols-7 > *[class*="--x3"] > div > div.linebreak,
.form--cols-7 > *[class*="--x4"] > div > div.linebreak,
.form--cols-7 > *[class*="--x5"] > div > div.linebreak,
.form--cols-7 > *[class*="--x6"] > div > div.linebreak,
.form--cols-7 > *[class*="--x7"] > div > div.linebreak,
.form--cols-7 > *[class*="--x8"] > div > div.linebreak,
.form--cols-7 > *[class*="--x9"] > div > div.linebreak,
.form--cols-7 > *[class*="--x10"] > div > div.linebreak,
.form--cols-7 > *[class*="--x11"] > div > div.linebreak,
.form--cols-7 > *[class*="--x12"] > div > div.linebreak,
.form--cols-8 > *[class*="--x1"] > div > div.linebreak,
.form--cols-8 > *[class*="--x2"] > div > div.linebreak,
.form--cols-8 > *[class*="--x3"] > div > div.linebreak,
.form--cols-8 > *[class*="--x4"] > div > div.linebreak,
.form--cols-8 > *[class*="--x5"] > div > div.linebreak,
.form--cols-8 > *[class*="--x6"] > div > div.linebreak,
.form--cols-8 > *[class*="--x7"] > div > div.linebreak,
.form--cols-8 > *[class*="--x8"] > div > div.linebreak,
.form--cols-8 > *[class*="--x9"] > div > div.linebreak,
.form--cols-8 > *[class*="--x10"] > div > div.linebreak,
.form--cols-8 > *[class*="--x11"] > div > div.linebreak,
.form--cols-8 > *[class*="--x12"] > div > div.linebreak,
.form--cols-9 > *[class*="--x1"] > div > div.linebreak,
.form--cols-9 > *[class*="--x2"] > div > div.linebreak,
.form--cols-9 > *[class*="--x3"] > div > div.linebreak,
.form--cols-9 > *[class*="--x4"] > div > div.linebreak,
.form--cols-9 > *[class*="--x5"] > div > div.linebreak,
.form--cols-9 > *[class*="--x6"] > div > div.linebreak,
.form--cols-9 > *[class*="--x7"] > div > div.linebreak,
.form--cols-9 > *[class*="--x8"] > div > div.linebreak,
.form--cols-9 > *[class*="--x9"] > div > div.linebreak,
.form--cols-9 > *[class*="--x10"] > div > div.linebreak,
.form--cols-9 > *[class*="--x11"] > div > div.linebreak,
.form--cols-9 > *[class*="--x12"] > div > div.linebreak,
.form--cols-10 > *[class*="--x1"] > div > div.linebreak,
.form--cols-10 > *[class*="--x2"] > div > div.linebreak,
.form--cols-10 > *[class*="--x3"] > div > div.linebreak,
.form--cols-10 > *[class*="--x4"] > div > div.linebreak,
.form--cols-10 > *[class*="--x5"] > div > div.linebreak,
.form--cols-10 > *[class*="--x6"] > div > div.linebreak,
.form--cols-10 > *[class*="--x7"] > div > div.linebreak,
.form--cols-10 > *[class*="--x8"] > div > div.linebreak,
.form--cols-10 > *[class*="--x9"] > div > div.linebreak,
.form--cols-10 > *[class*="--x10"] > div > div.linebreak,
.form--cols-10 > *[class*="--x11"] > div > div.linebreak,
.form--cols-10 > *[class*="--x12"] > div > div.linebreak,
.form--cols-11 > *[class*="--x1"] > div > div.linebreak,
.form--cols-11 > *[class*="--x2"] > div > div.linebreak,
.form--cols-11 > *[class*="--x3"] > div > div.linebreak,
.form--cols-11 > *[class*="--x4"] > div > div.linebreak,
.form--cols-11 > *[class*="--x5"] > div > div.linebreak,
.form--cols-11 > *[class*="--x6"] > div > div.linebreak,
.form--cols-11 > *[class*="--x7"] > div > div.linebreak,
.form--cols-11 > *[class*="--x8"] > div > div.linebreak,
.form--cols-11 > *[class*="--x9"] > div > div.linebreak,
.form--cols-11 > *[class*="--x10"] > div > div.linebreak,
.form--cols-11 > *[class*="--x11"] > div > div.linebreak,
.form--cols-11 > *[class*="--x12"] > div > div.linebreak,
.form--cols-12 > *[class*="--x1"] > div > div.linebreak,
.form--cols-12 > *[class*="--x2"] > div > div.linebreak,
.form--cols-12 > *[class*="--x3"] > div > div.linebreak,
.form--cols-12 > *[class*="--x4"] > div > div.linebreak,
.form--cols-12 > *[class*="--x5"] > div > div.linebreak,
.form--cols-12 > *[class*="--x6"] > div > div.linebreak,
.form--cols-12 > *[class*="--x7"] > div > div.linebreak,
.form--cols-12 > *[class*="--x8"] > div > div.linebreak,
.form--cols-12 > *[class*="--x9"] > div > div.linebreak,
.form--cols-12 > *[class*="--x10"] > div > div.linebreak,
.form--cols-12 > *[class*="--x11"] > div > div.linebreak,
.form--cols-12 > *[class*="--x12"] > div > div.linebreak,
.form__group--center > div > div.linebreak {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form__group > div p.linebreak > *, .form--cols-1 > *[class*="--x1"] > div p.linebreak > *, .form--cols-1 > *[class*="--x2"] > div p.linebreak > *, .form--cols-1 > *[class*="--x3"] > div p.linebreak > *, .form--cols-1 > *[class*="--x4"] > div p.linebreak > *, .form--cols-1 > *[class*="--x5"] > div p.linebreak > *, .form--cols-1 > *[class*="--x6"] > div p.linebreak > *, .form--cols-1 > *[class*="--x7"] > div p.linebreak > *, .form--cols-1 > *[class*="--x8"] > div p.linebreak > *, .form--cols-1 > *[class*="--x9"] > div p.linebreak > *, .form--cols-1 > *[class*="--x10"] > div p.linebreak > *, .form--cols-1 > *[class*="--x11"] > div p.linebreak > *, .form--cols-1 > *[class*="--x12"] > div p.linebreak > *, .form--cols-2 > *[class*="--x1"] > div p.linebreak > *, .form--cols-2 > *[class*="--x2"] > div p.linebreak > *, .form--cols-2 > *[class*="--x3"] > div p.linebreak > *, .form--cols-2 > *[class*="--x4"] > div p.linebreak > *, .form--cols-2 > *[class*="--x5"] > div p.linebreak > *, .form--cols-2 > *[class*="--x6"] > div p.linebreak > *, .form--cols-2 > *[class*="--x7"] > div p.linebreak > *, .form--cols-2 > *[class*="--x8"] > div p.linebreak > *, .form--cols-2 > *[class*="--x9"] > div p.linebreak > *, .form--cols-2 > *[class*="--x10"] > div p.linebreak > *, .form--cols-2 > *[class*="--x11"] > div p.linebreak > *, .form--cols-2 > *[class*="--x12"] > div p.linebreak > *, .form--cols-3 > *[class*="--x1"] > div p.linebreak > *, .form--cols-3 > *[class*="--x2"] > div p.linebreak > *, .form--cols-3 > *[class*="--x3"] > div p.linebreak > *, .form--cols-3 > *[class*="--x4"] > div p.linebreak > *, .form--cols-3 > *[class*="--x5"] > div p.linebreak > *, .form--cols-3 > *[class*="--x6"] > div p.linebreak > *, .form--cols-3 > *[class*="--x7"] > div p.linebreak > *, .form--cols-3 > *[class*="--x8"] > div p.linebreak > *, .form--cols-3 > *[class*="--x9"] > div p.linebreak > *, .form--cols-3 > *[class*="--x10"] > div p.linebreak > *, .form--cols-3 > *[class*="--x11"] > div p.linebreak > *, .form--cols-3 > *[class*="--x12"] > div p.linebreak > *, .form--cols-4 > *[class*="--x1"] > div p.linebreak > *, .form--cols-4 > *[class*="--x2"] > div p.linebreak > *, .form--cols-4 > *[class*="--x3"] > div p.linebreak > *, .form--cols-4 > *[class*="--x4"] > div p.linebreak > *, .form--cols-4 > *[class*="--x5"] > div p.linebreak > *, .form--cols-4 > *[class*="--x6"] > div p.linebreak > *, .form--cols-4 > *[class*="--x7"] > div p.linebreak > *, .form--cols-4 > *[class*="--x8"] > div p.linebreak > *, .form--cols-4 > *[class*="--x9"] > div p.linebreak > *, .form--cols-4 > *[class*="--x10"] > div p.linebreak > *, .form--cols-4 > *[class*="--x11"] > div p.linebreak > *, .form--cols-4 > *[class*="--x12"] > div p.linebreak > *, .form--cols-5 > *[class*="--x1"] > div p.linebreak > *, .form--cols-5 > *[class*="--x2"] > div p.linebreak > *, .form--cols-5 > *[class*="--x3"] > div p.linebreak > *, .form--cols-5 > *[class*="--x4"] > div p.linebreak > *, .form--cols-5 > *[class*="--x5"] > div p.linebreak > *, .form--cols-5 > *[class*="--x6"] > div p.linebreak > *, .form--cols-5 > *[class*="--x7"] > div p.linebreak > *, .form--cols-5 > *[class*="--x8"] > div p.linebreak > *, .form--cols-5 > *[class*="--x9"] > div p.linebreak > *, .form--cols-5 > *[class*="--x10"] > div p.linebreak > *, .form--cols-5 > *[class*="--x11"] > div p.linebreak > *, .form--cols-5 > *[class*="--x12"] > div p.linebreak > *, .form--cols-6 > *[class*="--x1"] > div p.linebreak > *, .form--cols-6 > *[class*="--x2"] > div p.linebreak > *, .form--cols-6 > *[class*="--x3"] > div p.linebreak > *, .form--cols-6 > *[class*="--x4"] > div p.linebreak > *, .form--cols-6 > *[class*="--x5"] > div p.linebreak > *, .form--cols-6 > *[class*="--x6"] > div p.linebreak > *, .form--cols-6 > *[class*="--x7"] > div p.linebreak > *, .form--cols-6 > *[class*="--x8"] > div p.linebreak > *, .form--cols-6 > *[class*="--x9"] > div p.linebreak > *, .form--cols-6 > *[class*="--x10"] > div p.linebreak > *, .form--cols-6 > *[class*="--x11"] > div p.linebreak > *, .form--cols-6 > *[class*="--x12"] > div p.linebreak > *, .form--cols-7 > *[class*="--x1"] > div p.linebreak > *, .form--cols-7 > *[class*="--x2"] > div p.linebreak > *, .form--cols-7 > *[class*="--x3"] > div p.linebreak > *, .form--cols-7 > *[class*="--x4"] > div p.linebreak > *, .form--cols-7 > *[class*="--x5"] > div p.linebreak > *, .form--cols-7 > *[class*="--x6"] > div p.linebreak > *, .form--cols-7 > *[class*="--x7"] > div p.linebreak > *, .form--cols-7 > *[class*="--x8"] > div p.linebreak > *, .form--cols-7 > *[class*="--x9"] > div p.linebreak > *, .form--cols-7 > *[class*="--x10"] > div p.linebreak > *, .form--cols-7 > *[class*="--x11"] > div p.linebreak > *, .form--cols-7 > *[class*="--x12"] > div p.linebreak > *, .form--cols-8 > *[class*="--x1"] > div p.linebreak > *, .form--cols-8 > *[class*="--x2"] > div p.linebreak > *, .form--cols-8 > *[class*="--x3"] > div p.linebreak > *, .form--cols-8 > *[class*="--x4"] > div p.linebreak > *, .form--cols-8 > *[class*="--x5"] > div p.linebreak > *, .form--cols-8 > *[class*="--x6"] > div p.linebreak > *, .form--cols-8 > *[class*="--x7"] > div p.linebreak > *, .form--cols-8 > *[class*="--x8"] > div p.linebreak > *, .form--cols-8 > *[class*="--x9"] > div p.linebreak > *, .form--cols-8 > *[class*="--x10"] > div p.linebreak > *, .form--cols-8 > *[class*="--x11"] > div p.linebreak > *, .form--cols-8 > *[class*="--x12"] > div p.linebreak > *, .form--cols-9 > *[class*="--x1"] > div p.linebreak > *, .form--cols-9 > *[class*="--x2"] > div p.linebreak > *, .form--cols-9 > *[class*="--x3"] > div p.linebreak > *, .form--cols-9 > *[class*="--x4"] > div p.linebreak > *, .form--cols-9 > *[class*="--x5"] > div p.linebreak > *, .form--cols-9 > *[class*="--x6"] > div p.linebreak > *, .form--cols-9 > *[class*="--x7"] > div p.linebreak > *, .form--cols-9 > *[class*="--x8"] > div p.linebreak > *, .form--cols-9 > *[class*="--x9"] > div p.linebreak > *, .form--cols-9 > *[class*="--x10"] > div p.linebreak > *, .form--cols-9 > *[class*="--x11"] > div p.linebreak > *, .form--cols-9 > *[class*="--x12"] > div p.linebreak > *, .form--cols-10 > *[class*="--x1"] > div p.linebreak > *, .form--cols-10 > *[class*="--x2"] > div p.linebreak > *, .form--cols-10 > *[class*="--x3"] > div p.linebreak > *, .form--cols-10 > *[class*="--x4"] > div p.linebreak > *, .form--cols-10 > *[class*="--x5"] > div p.linebreak > *, .form--cols-10 > *[class*="--x6"] > div p.linebreak > *, .form--cols-10 > *[class*="--x7"] > div p.linebreak > *, .form--cols-10 > *[class*="--x8"] > div p.linebreak > *, .form--cols-10 > *[class*="--x9"] > div p.linebreak > *, .form--cols-10 > *[class*="--x10"] > div p.linebreak > *, .form--cols-10 > *[class*="--x11"] > div p.linebreak > *, .form--cols-10 > *[class*="--x12"] > div p.linebreak > *, .form--cols-11 > *[class*="--x1"] > div p.linebreak > *, .form--cols-11 > *[class*="--x2"] > div p.linebreak > *, .form--cols-11 > *[class*="--x3"] > div p.linebreak > *, .form--cols-11 > *[class*="--x4"] > div p.linebreak > *, .form--cols-11 > *[class*="--x5"] > div p.linebreak > *, .form--cols-11 > *[class*="--x6"] > div p.linebreak > *, .form--cols-11 > *[class*="--x7"] > div p.linebreak > *, .form--cols-11 > *[class*="--x8"] > div p.linebreak > *, .form--cols-11 > *[class*="--x9"] > div p.linebreak > *, .form--cols-11 > *[class*="--x10"] > div p.linebreak > *, .form--cols-11 > *[class*="--x11"] > div p.linebreak > *, .form--cols-11 > *[class*="--x12"] > div p.linebreak > *, .form--cols-12 > *[class*="--x1"] > div p.linebreak > *, .form--cols-12 > *[class*="--x2"] > div p.linebreak > *, .form--cols-12 > *[class*="--x3"] > div p.linebreak > *, .form--cols-12 > *[class*="--x4"] > div p.linebreak > *, .form--cols-12 > *[class*="--x5"] > div p.linebreak > *, .form--cols-12 > *[class*="--x6"] > div p.linebreak > *, .form--cols-12 > *[class*="--x7"] > div p.linebreak > *, .form--cols-12 > *[class*="--x8"] > div p.linebreak > *, .form--cols-12 > *[class*="--x9"] > div p.linebreak > *, .form--cols-12 > *[class*="--x10"] > div p.linebreak > *, .form--cols-12 > *[class*="--x11"] > div p.linebreak > *, .form--cols-12 > *[class*="--x12"] > div p.linebreak > *, .form__group--center > div p.linebreak > *,
.form__group > div > div.linebreak > *,
.form--cols-1 > *[class*="--x1"] > div > div.linebreak > *,
.form--cols-1 > *[class*="--x2"] > div > div.linebreak > *,
.form--cols-1 > *[class*="--x3"] > div > div.linebreak > *,
.form--cols-1 > *[class*="--x4"] > div > div.linebreak > *,
.form--cols-1 > *[class*="--x5"] > div > div.linebreak > *,
.form--cols-1 > *[class*="--x6"] > div > div.linebreak > *,
.form--cols-1 > *[class*="--x7"] > div > div.linebreak > *,
.form--cols-1 > *[class*="--x8"] > div > div.linebreak > *,
.form--cols-1 > *[class*="--x9"] > div > div.linebreak > *,
.form--cols-1 > *[class*="--x10"] > div > div.linebreak > *,
.form--cols-1 > *[class*="--x11"] > div > div.linebreak > *,
.form--cols-1 > *[class*="--x12"] > div > div.linebreak > *,
.form--cols-2 > *[class*="--x1"] > div > div.linebreak > *,
.form--cols-2 > *[class*="--x2"] > div > div.linebreak > *,
.form--cols-2 > *[class*="--x3"] > div > div.linebreak > *,
.form--cols-2 > *[class*="--x4"] > div > div.linebreak > *,
.form--cols-2 > *[class*="--x5"] > div > div.linebreak > *,
.form--cols-2 > *[class*="--x6"] > div > div.linebreak > *,
.form--cols-2 > *[class*="--x7"] > div > div.linebreak > *,
.form--cols-2 > *[class*="--x8"] > div > div.linebreak > *,
.form--cols-2 > *[class*="--x9"] > div > div.linebreak > *,
.form--cols-2 > *[class*="--x10"] > div > div.linebreak > *,
.form--cols-2 > *[class*="--x11"] > div > div.linebreak > *,
.form--cols-2 > *[class*="--x12"] > div > div.linebreak > *,
.form--cols-3 > *[class*="--x1"] > div > div.linebreak > *,
.form--cols-3 > *[class*="--x2"] > div > div.linebreak > *,
.form--cols-3 > *[class*="--x3"] > div > div.linebreak > *,
.form--cols-3 > *[class*="--x4"] > div > div.linebreak > *,
.form--cols-3 > *[class*="--x5"] > div > div.linebreak > *,
.form--cols-3 > *[class*="--x6"] > div > div.linebreak > *,
.form--cols-3 > *[class*="--x7"] > div > div.linebreak > *,
.form--cols-3 > *[class*="--x8"] > div > div.linebreak > *,
.form--cols-3 > *[class*="--x9"] > div > div.linebreak > *,
.form--cols-3 > *[class*="--x10"] > div > div.linebreak > *,
.form--cols-3 > *[class*="--x11"] > div > div.linebreak > *,
.form--cols-3 > *[class*="--x12"] > div > div.linebreak > *,
.form--cols-4 > *[class*="--x1"] > div > div.linebreak > *,
.form--cols-4 > *[class*="--x2"] > div > div.linebreak > *,
.form--cols-4 > *[class*="--x3"] > div > div.linebreak > *,
.form--cols-4 > *[class*="--x4"] > div > div.linebreak > *,
.form--cols-4 > *[class*="--x5"] > div > div.linebreak > *,
.form--cols-4 > *[class*="--x6"] > div > div.linebreak > *,
.form--cols-4 > *[class*="--x7"] > div > div.linebreak > *,
.form--cols-4 > *[class*="--x8"] > div > div.linebreak > *,
.form--cols-4 > *[class*="--x9"] > div > div.linebreak > *,
.form--cols-4 > *[class*="--x10"] > div > div.linebreak > *,
.form--cols-4 > *[class*="--x11"] > div > div.linebreak > *,
.form--cols-4 > *[class*="--x12"] > div > div.linebreak > *,
.form--cols-5 > *[class*="--x1"] > div > div.linebreak > *,
.form--cols-5 > *[class*="--x2"] > div > div.linebreak > *,
.form--cols-5 > *[class*="--x3"] > div > div.linebreak > *,
.form--cols-5 > *[class*="--x4"] > div > div.linebreak > *,
.form--cols-5 > *[class*="--x5"] > div > div.linebreak > *,
.form--cols-5 > *[class*="--x6"] > div > div.linebreak > *,
.form--cols-5 > *[class*="--x7"] > div > div.linebreak > *,
.form--cols-5 > *[class*="--x8"] > div > div.linebreak > *,
.form--cols-5 > *[class*="--x9"] > div > div.linebreak > *,
.form--cols-5 > *[class*="--x10"] > div > div.linebreak > *,
.form--cols-5 > *[class*="--x11"] > div > div.linebreak > *,
.form--cols-5 > *[class*="--x12"] > div > div.linebreak > *,
.form--cols-6 > *[class*="--x1"] > div > div.linebreak > *,
.form--cols-6 > *[class*="--x2"] > div > div.linebreak > *,
.form--cols-6 > *[class*="--x3"] > div > div.linebreak > *,
.form--cols-6 > *[class*="--x4"] > div > div.linebreak > *,
.form--cols-6 > *[class*="--x5"] > div > div.linebreak > *,
.form--cols-6 > *[class*="--x6"] > div > div.linebreak > *,
.form--cols-6 > *[class*="--x7"] > div > div.linebreak > *,
.form--cols-6 > *[class*="--x8"] > div > div.linebreak > *,
.form--cols-6 > *[class*="--x9"] > div > div.linebreak > *,
.form--cols-6 > *[class*="--x10"] > div > div.linebreak > *,
.form--cols-6 > *[class*="--x11"] > div > div.linebreak > *,
.form--cols-6 > *[class*="--x12"] > div > div.linebreak > *,
.form--cols-7 > *[class*="--x1"] > div > div.linebreak > *,
.form--cols-7 > *[class*="--x2"] > div > div.linebreak > *,
.form--cols-7 > *[class*="--x3"] > div > div.linebreak > *,
.form--cols-7 > *[class*="--x4"] > div > div.linebreak > *,
.form--cols-7 > *[class*="--x5"] > div > div.linebreak > *,
.form--cols-7 > *[class*="--x6"] > div > div.linebreak > *,
.form--cols-7 > *[class*="--x7"] > div > div.linebreak > *,
.form--cols-7 > *[class*="--x8"] > div > div.linebreak > *,
.form--cols-7 > *[class*="--x9"] > div > div.linebreak > *,
.form--cols-7 > *[class*="--x10"] > div > div.linebreak > *,
.form--cols-7 > *[class*="--x11"] > div > div.linebreak > *,
.form--cols-7 > *[class*="--x12"] > div > div.linebreak > *,
.form--cols-8 > *[class*="--x1"] > div > div.linebreak > *,
.form--cols-8 > *[class*="--x2"] > div > div.linebreak > *,
.form--cols-8 > *[class*="--x3"] > div > div.linebreak > *,
.form--cols-8 > *[class*="--x4"] > div > div.linebreak > *,
.form--cols-8 > *[class*="--x5"] > div > div.linebreak > *,
.form--cols-8 > *[class*="--x6"] > div > div.linebreak > *,
.form--cols-8 > *[class*="--x7"] > div > div.linebreak > *,
.form--cols-8 > *[class*="--x8"] > div > div.linebreak > *,
.form--cols-8 > *[class*="--x9"] > div > div.linebreak > *,
.form--cols-8 > *[class*="--x10"] > div > div.linebreak > *,
.form--cols-8 > *[class*="--x11"] > div > div.linebreak > *,
.form--cols-8 > *[class*="--x12"] > div > div.linebreak > *,
.form--cols-9 > *[class*="--x1"] > div > div.linebreak > *,
.form--cols-9 > *[class*="--x2"] > div > div.linebreak > *,
.form--cols-9 > *[class*="--x3"] > div > div.linebreak > *,
.form--cols-9 > *[class*="--x4"] > div > div.linebreak > *,
.form--cols-9 > *[class*="--x5"] > div > div.linebreak > *,
.form--cols-9 > *[class*="--x6"] > div > div.linebreak > *,
.form--cols-9 > *[class*="--x7"] > div > div.linebreak > *,
.form--cols-9 > *[class*="--x8"] > div > div.linebreak > *,
.form--cols-9 > *[class*="--x9"] > div > div.linebreak > *,
.form--cols-9 > *[class*="--x10"] > div > div.linebreak > *,
.form--cols-9 > *[class*="--x11"] > div > div.linebreak > *,
.form--cols-9 > *[class*="--x12"] > div > div.linebreak > *,
.form--cols-10 > *[class*="--x1"] > div > div.linebreak > *,
.form--cols-10 > *[class*="--x2"] > div > div.linebreak > *,
.form--cols-10 > *[class*="--x3"] > div > div.linebreak > *,
.form--cols-10 > *[class*="--x4"] > div > div.linebreak > *,
.form--cols-10 > *[class*="--x5"] > div > div.linebreak > *,
.form--cols-10 > *[class*="--x6"] > div > div.linebreak > *,
.form--cols-10 > *[class*="--x7"] > div > div.linebreak > *,
.form--cols-10 > *[class*="--x8"] > div > div.linebreak > *,
.form--cols-10 > *[class*="--x9"] > div > div.linebreak > *,
.form--cols-10 > *[class*="--x10"] > div > div.linebreak > *,
.form--cols-10 > *[class*="--x11"] > div > div.linebreak > *,
.form--cols-10 > *[class*="--x12"] > div > div.linebreak > *,
.form--cols-11 > *[class*="--x1"] > div > div.linebreak > *,
.form--cols-11 > *[class*="--x2"] > div > div.linebreak > *,
.form--cols-11 > *[class*="--x3"] > div > div.linebreak > *,
.form--cols-11 > *[class*="--x4"] > div > div.linebreak > *,
.form--cols-11 > *[class*="--x5"] > div > div.linebreak > *,
.form--cols-11 > *[class*="--x6"] > div > div.linebreak > *,
.form--cols-11 > *[class*="--x7"] > div > div.linebreak > *,
.form--cols-11 > *[class*="--x8"] > div > div.linebreak > *,
.form--cols-11 > *[class*="--x9"] > div > div.linebreak > *,
.form--cols-11 > *[class*="--x10"] > div > div.linebreak > *,
.form--cols-11 > *[class*="--x11"] > div > div.linebreak > *,
.form--cols-11 > *[class*="--x12"] > div > div.linebreak > *,
.form--cols-12 > *[class*="--x1"] > div > div.linebreak > *,
.form--cols-12 > *[class*="--x2"] > div > div.linebreak > *,
.form--cols-12 > *[class*="--x3"] > div > div.linebreak > *,
.form--cols-12 > *[class*="--x4"] > div > div.linebreak > *,
.form--cols-12 > *[class*="--x5"] > div > div.linebreak > *,
.form--cols-12 > *[class*="--x6"] > div > div.linebreak > *,
.form--cols-12 > *[class*="--x7"] > div > div.linebreak > *,
.form--cols-12 > *[class*="--x8"] > div > div.linebreak > *,
.form--cols-12 > *[class*="--x9"] > div > div.linebreak > *,
.form--cols-12 > *[class*="--x10"] > div > div.linebreak > *,
.form--cols-12 > *[class*="--x11"] > div > div.linebreak > *,
.form--cols-12 > *[class*="--x12"] > div > div.linebreak > *,
.form__group--center > div > div.linebreak > * {
  width: 100%;
}
.form__group > div p > *:not(button):not(label):not(span), .form--cols-1 > *[class*="--x1"] > div p > *:not(button):not(label):not(span), .form--cols-1 > *[class*="--x2"] > div p > *:not(button):not(label):not(span), .form--cols-1 > *[class*="--x3"] > div p > *:not(button):not(label):not(span), .form--cols-1 > *[class*="--x4"] > div p > *:not(button):not(label):not(span), .form--cols-1 > *[class*="--x5"] > div p > *:not(button):not(label):not(span), .form--cols-1 > *[class*="--x6"] > div p > *:not(button):not(label):not(span), .form--cols-1 > *[class*="--x7"] > div p > *:not(button):not(label):not(span), .form--cols-1 > *[class*="--x8"] > div p > *:not(button):not(label):not(span), .form--cols-1 > *[class*="--x9"] > div p > *:not(button):not(label):not(span), .form--cols-1 > *[class*="--x10"] > div p > *:not(button):not(label):not(span), .form--cols-1 > *[class*="--x11"] > div p > *:not(button):not(label):not(span), .form--cols-1 > *[class*="--x12"] > div p > *:not(button):not(label):not(span), .form--cols-2 > *[class*="--x1"] > div p > *:not(button):not(label):not(span), .form--cols-2 > *[class*="--x2"] > div p > *:not(button):not(label):not(span), .form--cols-2 > *[class*="--x3"] > div p > *:not(button):not(label):not(span), .form--cols-2 > *[class*="--x4"] > div p > *:not(button):not(label):not(span), .form--cols-2 > *[class*="--x5"] > div p > *:not(button):not(label):not(span), .form--cols-2 > *[class*="--x6"] > div p > *:not(button):not(label):not(span), .form--cols-2 > *[class*="--x7"] > div p > *:not(button):not(label):not(span), .form--cols-2 > *[class*="--x8"] > div p > *:not(button):not(label):not(span), .form--cols-2 > *[class*="--x9"] > div p > *:not(button):not(label):not(span), .form--cols-2 > *[class*="--x10"] > div p > *:not(button):not(label):not(span), .form--cols-2 > *[class*="--x11"] > div p > *:not(button):not(label):not(span), .form--cols-2 > *[class*="--x12"] > div p > *:not(button):not(label):not(span), .form--cols-3 > *[class*="--x1"] > div p > *:not(button):not(label):not(span), .form--cols-3 > *[class*="--x2"] > div p > *:not(button):not(label):not(span), .form--cols-3 > *[class*="--x3"] > div p > *:not(button):not(label):not(span), .form--cols-3 > *[class*="--x4"] > div p > *:not(button):not(label):not(span), .form--cols-3 > *[class*="--x5"] > div p > *:not(button):not(label):not(span), .form--cols-3 > *[class*="--x6"] > div p > *:not(button):not(label):not(span), .form--cols-3 > *[class*="--x7"] > div p > *:not(button):not(label):not(span), .form--cols-3 > *[class*="--x8"] > div p > *:not(button):not(label):not(span), .form--cols-3 > *[class*="--x9"] > div p > *:not(button):not(label):not(span), .form--cols-3 > *[class*="--x10"] > div p > *:not(button):not(label):not(span), .form--cols-3 > *[class*="--x11"] > div p > *:not(button):not(label):not(span), .form--cols-3 > *[class*="--x12"] > div p > *:not(button):not(label):not(span), .form--cols-4 > *[class*="--x1"] > div p > *:not(button):not(label):not(span), .form--cols-4 > *[class*="--x2"] > div p > *:not(button):not(label):not(span), .form--cols-4 > *[class*="--x3"] > div p > *:not(button):not(label):not(span), .form--cols-4 > *[class*="--x4"] > div p > *:not(button):not(label):not(span), .form--cols-4 > *[class*="--x5"] > div p > *:not(button):not(label):not(span), .form--cols-4 > *[class*="--x6"] > div p > *:not(button):not(label):not(span), .form--cols-4 > *[class*="--x7"] > div p > *:not(button):not(label):not(span), .form--cols-4 > *[class*="--x8"] > div p > *:not(button):not(label):not(span), .form--cols-4 > *[class*="--x9"] > div p > *:not(button):not(label):not(span), .form--cols-4 > *[class*="--x10"] > div p > *:not(button):not(label):not(span), .form--cols-4 > *[class*="--x11"] > div p > *:not(button):not(label):not(span), .form--cols-4 > *[class*="--x12"] > div p > *:not(button):not(label):not(span), .form--cols-5 > *[class*="--x1"] > div p > *:not(button):not(label):not(span), .form--cols-5 > *[class*="--x2"] > div p > *:not(button):not(label):not(span), .form--cols-5 > *[class*="--x3"] > div p > *:not(button):not(label):not(span), .form--cols-5 > *[class*="--x4"] > div p > *:not(button):not(label):not(span), .form--cols-5 > *[class*="--x5"] > div p > *:not(button):not(label):not(span), .form--cols-5 > *[class*="--x6"] > div p > *:not(button):not(label):not(span), .form--cols-5 > *[class*="--x7"] > div p > *:not(button):not(label):not(span), .form--cols-5 > *[class*="--x8"] > div p > *:not(button):not(label):not(span), .form--cols-5 > *[class*="--x9"] > div p > *:not(button):not(label):not(span), .form--cols-5 > *[class*="--x10"] > div p > *:not(button):not(label):not(span), .form--cols-5 > *[class*="--x11"] > div p > *:not(button):not(label):not(span), .form--cols-5 > *[class*="--x12"] > div p > *:not(button):not(label):not(span), .form--cols-6 > *[class*="--x1"] > div p > *:not(button):not(label):not(span), .form--cols-6 > *[class*="--x2"] > div p > *:not(button):not(label):not(span), .form--cols-6 > *[class*="--x3"] > div p > *:not(button):not(label):not(span), .form--cols-6 > *[class*="--x4"] > div p > *:not(button):not(label):not(span), .form--cols-6 > *[class*="--x5"] > div p > *:not(button):not(label):not(span), .form--cols-6 > *[class*="--x6"] > div p > *:not(button):not(label):not(span), .form--cols-6 > *[class*="--x7"] > div p > *:not(button):not(label):not(span), .form--cols-6 > *[class*="--x8"] > div p > *:not(button):not(label):not(span), .form--cols-6 > *[class*="--x9"] > div p > *:not(button):not(label):not(span), .form--cols-6 > *[class*="--x10"] > div p > *:not(button):not(label):not(span), .form--cols-6 > *[class*="--x11"] > div p > *:not(button):not(label):not(span), .form--cols-6 > *[class*="--x12"] > div p > *:not(button):not(label):not(span), .form--cols-7 > *[class*="--x1"] > div p > *:not(button):not(label):not(span), .form--cols-7 > *[class*="--x2"] > div p > *:not(button):not(label):not(span), .form--cols-7 > *[class*="--x3"] > div p > *:not(button):not(label):not(span), .form--cols-7 > *[class*="--x4"] > div p > *:not(button):not(label):not(span), .form--cols-7 > *[class*="--x5"] > div p > *:not(button):not(label):not(span), .form--cols-7 > *[class*="--x6"] > div p > *:not(button):not(label):not(span), .form--cols-7 > *[class*="--x7"] > div p > *:not(button):not(label):not(span), .form--cols-7 > *[class*="--x8"] > div p > *:not(button):not(label):not(span), .form--cols-7 > *[class*="--x9"] > div p > *:not(button):not(label):not(span), .form--cols-7 > *[class*="--x10"] > div p > *:not(button):not(label):not(span), .form--cols-7 > *[class*="--x11"] > div p > *:not(button):not(label):not(span), .form--cols-7 > *[class*="--x12"] > div p > *:not(button):not(label):not(span), .form--cols-8 > *[class*="--x1"] > div p > *:not(button):not(label):not(span), .form--cols-8 > *[class*="--x2"] > div p > *:not(button):not(label):not(span), .form--cols-8 > *[class*="--x3"] > div p > *:not(button):not(label):not(span), .form--cols-8 > *[class*="--x4"] > div p > *:not(button):not(label):not(span), .form--cols-8 > *[class*="--x5"] > div p > *:not(button):not(label):not(span), .form--cols-8 > *[class*="--x6"] > div p > *:not(button):not(label):not(span), .form--cols-8 > *[class*="--x7"] > div p > *:not(button):not(label):not(span), .form--cols-8 > *[class*="--x8"] > div p > *:not(button):not(label):not(span), .form--cols-8 > *[class*="--x9"] > div p > *:not(button):not(label):not(span), .form--cols-8 > *[class*="--x10"] > div p > *:not(button):not(label):not(span), .form--cols-8 > *[class*="--x11"] > div p > *:not(button):not(label):not(span), .form--cols-8 > *[class*="--x12"] > div p > *:not(button):not(label):not(span), .form--cols-9 > *[class*="--x1"] > div p > *:not(button):not(label):not(span), .form--cols-9 > *[class*="--x2"] > div p > *:not(button):not(label):not(span), .form--cols-9 > *[class*="--x3"] > div p > *:not(button):not(label):not(span), .form--cols-9 > *[class*="--x4"] > div p > *:not(button):not(label):not(span), .form--cols-9 > *[class*="--x5"] > div p > *:not(button):not(label):not(span), .form--cols-9 > *[class*="--x6"] > div p > *:not(button):not(label):not(span), .form--cols-9 > *[class*="--x7"] > div p > *:not(button):not(label):not(span), .form--cols-9 > *[class*="--x8"] > div p > *:not(button):not(label):not(span), .form--cols-9 > *[class*="--x9"] > div p > *:not(button):not(label):not(span), .form--cols-9 > *[class*="--x10"] > div p > *:not(button):not(label):not(span), .form--cols-9 > *[class*="--x11"] > div p > *:not(button):not(label):not(span), .form--cols-9 > *[class*="--x12"] > div p > *:not(button):not(label):not(span), .form--cols-10 > *[class*="--x1"] > div p > *:not(button):not(label):not(span), .form--cols-10 > *[class*="--x2"] > div p > *:not(button):not(label):not(span), .form--cols-10 > *[class*="--x3"] > div p > *:not(button):not(label):not(span), .form--cols-10 > *[class*="--x4"] > div p > *:not(button):not(label):not(span), .form--cols-10 > *[class*="--x5"] > div p > *:not(button):not(label):not(span), .form--cols-10 > *[class*="--x6"] > div p > *:not(button):not(label):not(span), .form--cols-10 > *[class*="--x7"] > div p > *:not(button):not(label):not(span), .form--cols-10 > *[class*="--x8"] > div p > *:not(button):not(label):not(span), .form--cols-10 > *[class*="--x9"] > div p > *:not(button):not(label):not(span), .form--cols-10 > *[class*="--x10"] > div p > *:not(button):not(label):not(span), .form--cols-10 > *[class*="--x11"] > div p > *:not(button):not(label):not(span), .form--cols-10 > *[class*="--x12"] > div p > *:not(button):not(label):not(span), .form--cols-11 > *[class*="--x1"] > div p > *:not(button):not(label):not(span), .form--cols-11 > *[class*="--x2"] > div p > *:not(button):not(label):not(span), .form--cols-11 > *[class*="--x3"] > div p > *:not(button):not(label):not(span), .form--cols-11 > *[class*="--x4"] > div p > *:not(button):not(label):not(span), .form--cols-11 > *[class*="--x5"] > div p > *:not(button):not(label):not(span), .form--cols-11 > *[class*="--x6"] > div p > *:not(button):not(label):not(span), .form--cols-11 > *[class*="--x7"] > div p > *:not(button):not(label):not(span), .form--cols-11 > *[class*="--x8"] > div p > *:not(button):not(label):not(span), .form--cols-11 > *[class*="--x9"] > div p > *:not(button):not(label):not(span), .form--cols-11 > *[class*="--x10"] > div p > *:not(button):not(label):not(span), .form--cols-11 > *[class*="--x11"] > div p > *:not(button):not(label):not(span), .form--cols-11 > *[class*="--x12"] > div p > *:not(button):not(label):not(span), .form--cols-12 > *[class*="--x1"] > div p > *:not(button):not(label):not(span), .form--cols-12 > *[class*="--x2"] > div p > *:not(button):not(label):not(span), .form--cols-12 > *[class*="--x3"] > div p > *:not(button):not(label):not(span), .form--cols-12 > *[class*="--x4"] > div p > *:not(button):not(label):not(span), .form--cols-12 > *[class*="--x5"] > div p > *:not(button):not(label):not(span), .form--cols-12 > *[class*="--x6"] > div p > *:not(button):not(label):not(span), .form--cols-12 > *[class*="--x7"] > div p > *:not(button):not(label):not(span), .form--cols-12 > *[class*="--x8"] > div p > *:not(button):not(label):not(span), .form--cols-12 > *[class*="--x9"] > div p > *:not(button):not(label):not(span), .form--cols-12 > *[class*="--x10"] > div p > *:not(button):not(label):not(span), .form--cols-12 > *[class*="--x11"] > div p > *:not(button):not(label):not(span), .form--cols-12 > *[class*="--x12"] > div p > *:not(button):not(label):not(span), .form__group--center > div p > *:not(button):not(label):not(span),
.form__group > div p > [class*=select2],
.form--cols-1 > *[class*="--x1"] > div p > [class*=select2],
.form--cols-1 > *[class*="--x2"] > div p > [class*=select2],
.form--cols-1 > *[class*="--x3"] > div p > [class*=select2],
.form--cols-1 > *[class*="--x4"] > div p > [class*=select2],
.form--cols-1 > *[class*="--x5"] > div p > [class*=select2],
.form--cols-1 > *[class*="--x6"] > div p > [class*=select2],
.form--cols-1 > *[class*="--x7"] > div p > [class*=select2],
.form--cols-1 > *[class*="--x8"] > div p > [class*=select2],
.form--cols-1 > *[class*="--x9"] > div p > [class*=select2],
.form--cols-1 > *[class*="--x10"] > div p > [class*=select2],
.form--cols-1 > *[class*="--x11"] > div p > [class*=select2],
.form--cols-1 > *[class*="--x12"] > div p > [class*=select2],
.form--cols-2 > *[class*="--x1"] > div p > [class*=select2],
.form--cols-2 > *[class*="--x2"] > div p > [class*=select2],
.form--cols-2 > *[class*="--x3"] > div p > [class*=select2],
.form--cols-2 > *[class*="--x4"] > div p > [class*=select2],
.form--cols-2 > *[class*="--x5"] > div p > [class*=select2],
.form--cols-2 > *[class*="--x6"] > div p > [class*=select2],
.form--cols-2 > *[class*="--x7"] > div p > [class*=select2],
.form--cols-2 > *[class*="--x8"] > div p > [class*=select2],
.form--cols-2 > *[class*="--x9"] > div p > [class*=select2],
.form--cols-2 > *[class*="--x10"] > div p > [class*=select2],
.form--cols-2 > *[class*="--x11"] > div p > [class*=select2],
.form--cols-2 > *[class*="--x12"] > div p > [class*=select2],
.form--cols-3 > *[class*="--x1"] > div p > [class*=select2],
.form--cols-3 > *[class*="--x2"] > div p > [class*=select2],
.form--cols-3 > *[class*="--x3"] > div p > [class*=select2],
.form--cols-3 > *[class*="--x4"] > div p > [class*=select2],
.form--cols-3 > *[class*="--x5"] > div p > [class*=select2],
.form--cols-3 > *[class*="--x6"] > div p > [class*=select2],
.form--cols-3 > *[class*="--x7"] > div p > [class*=select2],
.form--cols-3 > *[class*="--x8"] > div p > [class*=select2],
.form--cols-3 > *[class*="--x9"] > div p > [class*=select2],
.form--cols-3 > *[class*="--x10"] > div p > [class*=select2],
.form--cols-3 > *[class*="--x11"] > div p > [class*=select2],
.form--cols-3 > *[class*="--x12"] > div p > [class*=select2],
.form--cols-4 > *[class*="--x1"] > div p > [class*=select2],
.form--cols-4 > *[class*="--x2"] > div p > [class*=select2],
.form--cols-4 > *[class*="--x3"] > div p > [class*=select2],
.form--cols-4 > *[class*="--x4"] > div p > [class*=select2],
.form--cols-4 > *[class*="--x5"] > div p > [class*=select2],
.form--cols-4 > *[class*="--x6"] > div p > [class*=select2],
.form--cols-4 > *[class*="--x7"] > div p > [class*=select2],
.form--cols-4 > *[class*="--x8"] > div p > [class*=select2],
.form--cols-4 > *[class*="--x9"] > div p > [class*=select2],
.form--cols-4 > *[class*="--x10"] > div p > [class*=select2],
.form--cols-4 > *[class*="--x11"] > div p > [class*=select2],
.form--cols-4 > *[class*="--x12"] > div p > [class*=select2],
.form--cols-5 > *[class*="--x1"] > div p > [class*=select2],
.form--cols-5 > *[class*="--x2"] > div p > [class*=select2],
.form--cols-5 > *[class*="--x3"] > div p > [class*=select2],
.form--cols-5 > *[class*="--x4"] > div p > [class*=select2],
.form--cols-5 > *[class*="--x5"] > div p > [class*=select2],
.form--cols-5 > *[class*="--x6"] > div p > [class*=select2],
.form--cols-5 > *[class*="--x7"] > div p > [class*=select2],
.form--cols-5 > *[class*="--x8"] > div p > [class*=select2],
.form--cols-5 > *[class*="--x9"] > div p > [class*=select2],
.form--cols-5 > *[class*="--x10"] > div p > [class*=select2],
.form--cols-5 > *[class*="--x11"] > div p > [class*=select2],
.form--cols-5 > *[class*="--x12"] > div p > [class*=select2],
.form--cols-6 > *[class*="--x1"] > div p > [class*=select2],
.form--cols-6 > *[class*="--x2"] > div p > [class*=select2],
.form--cols-6 > *[class*="--x3"] > div p > [class*=select2],
.form--cols-6 > *[class*="--x4"] > div p > [class*=select2],
.form--cols-6 > *[class*="--x5"] > div p > [class*=select2],
.form--cols-6 > *[class*="--x6"] > div p > [class*=select2],
.form--cols-6 > *[class*="--x7"] > div p > [class*=select2],
.form--cols-6 > *[class*="--x8"] > div p > [class*=select2],
.form--cols-6 > *[class*="--x9"] > div p > [class*=select2],
.form--cols-6 > *[class*="--x10"] > div p > [class*=select2],
.form--cols-6 > *[class*="--x11"] > div p > [class*=select2],
.form--cols-6 > *[class*="--x12"] > div p > [class*=select2],
.form--cols-7 > *[class*="--x1"] > div p > [class*=select2],
.form--cols-7 > *[class*="--x2"] > div p > [class*=select2],
.form--cols-7 > *[class*="--x3"] > div p > [class*=select2],
.form--cols-7 > *[class*="--x4"] > div p > [class*=select2],
.form--cols-7 > *[class*="--x5"] > div p > [class*=select2],
.form--cols-7 > *[class*="--x6"] > div p > [class*=select2],
.form--cols-7 > *[class*="--x7"] > div p > [class*=select2],
.form--cols-7 > *[class*="--x8"] > div p > [class*=select2],
.form--cols-7 > *[class*="--x9"] > div p > [class*=select2],
.form--cols-7 > *[class*="--x10"] > div p > [class*=select2],
.form--cols-7 > *[class*="--x11"] > div p > [class*=select2],
.form--cols-7 > *[class*="--x12"] > div p > [class*=select2],
.form--cols-8 > *[class*="--x1"] > div p > [class*=select2],
.form--cols-8 > *[class*="--x2"] > div p > [class*=select2],
.form--cols-8 > *[class*="--x3"] > div p > [class*=select2],
.form--cols-8 > *[class*="--x4"] > div p > [class*=select2],
.form--cols-8 > *[class*="--x5"] > div p > [class*=select2],
.form--cols-8 > *[class*="--x6"] > div p > [class*=select2],
.form--cols-8 > *[class*="--x7"] > div p > [class*=select2],
.form--cols-8 > *[class*="--x8"] > div p > [class*=select2],
.form--cols-8 > *[class*="--x9"] > div p > [class*=select2],
.form--cols-8 > *[class*="--x10"] > div p > [class*=select2],
.form--cols-8 > *[class*="--x11"] > div p > [class*=select2],
.form--cols-8 > *[class*="--x12"] > div p > [class*=select2],
.form--cols-9 > *[class*="--x1"] > div p > [class*=select2],
.form--cols-9 > *[class*="--x2"] > div p > [class*=select2],
.form--cols-9 > *[class*="--x3"] > div p > [class*=select2],
.form--cols-9 > *[class*="--x4"] > div p > [class*=select2],
.form--cols-9 > *[class*="--x5"] > div p > [class*=select2],
.form--cols-9 > *[class*="--x6"] > div p > [class*=select2],
.form--cols-9 > *[class*="--x7"] > div p > [class*=select2],
.form--cols-9 > *[class*="--x8"] > div p > [class*=select2],
.form--cols-9 > *[class*="--x9"] > div p > [class*=select2],
.form--cols-9 > *[class*="--x10"] > div p > [class*=select2],
.form--cols-9 > *[class*="--x11"] > div p > [class*=select2],
.form--cols-9 > *[class*="--x12"] > div p > [class*=select2],
.form--cols-10 > *[class*="--x1"] > div p > [class*=select2],
.form--cols-10 > *[class*="--x2"] > div p > [class*=select2],
.form--cols-10 > *[class*="--x3"] > div p > [class*=select2],
.form--cols-10 > *[class*="--x4"] > div p > [class*=select2],
.form--cols-10 > *[class*="--x5"] > div p > [class*=select2],
.form--cols-10 > *[class*="--x6"] > div p > [class*=select2],
.form--cols-10 > *[class*="--x7"] > div p > [class*=select2],
.form--cols-10 > *[class*="--x8"] > div p > [class*=select2],
.form--cols-10 > *[class*="--x9"] > div p > [class*=select2],
.form--cols-10 > *[class*="--x10"] > div p > [class*=select2],
.form--cols-10 > *[class*="--x11"] > div p > [class*=select2],
.form--cols-10 > *[class*="--x12"] > div p > [class*=select2],
.form--cols-11 > *[class*="--x1"] > div p > [class*=select2],
.form--cols-11 > *[class*="--x2"] > div p > [class*=select2],
.form--cols-11 > *[class*="--x3"] > div p > [class*=select2],
.form--cols-11 > *[class*="--x4"] > div p > [class*=select2],
.form--cols-11 > *[class*="--x5"] > div p > [class*=select2],
.form--cols-11 > *[class*="--x6"] > div p > [class*=select2],
.form--cols-11 > *[class*="--x7"] > div p > [class*=select2],
.form--cols-11 > *[class*="--x8"] > div p > [class*=select2],
.form--cols-11 > *[class*="--x9"] > div p > [class*=select2],
.form--cols-11 > *[class*="--x10"] > div p > [class*=select2],
.form--cols-11 > *[class*="--x11"] > div p > [class*=select2],
.form--cols-11 > *[class*="--x12"] > div p > [class*=select2],
.form--cols-12 > *[class*="--x1"] > div p > [class*=select2],
.form--cols-12 > *[class*="--x2"] > div p > [class*=select2],
.form--cols-12 > *[class*="--x3"] > div p > [class*=select2],
.form--cols-12 > *[class*="--x4"] > div p > [class*=select2],
.form--cols-12 > *[class*="--x5"] > div p > [class*=select2],
.form--cols-12 > *[class*="--x6"] > div p > [class*=select2],
.form--cols-12 > *[class*="--x7"] > div p > [class*=select2],
.form--cols-12 > *[class*="--x8"] > div p > [class*=select2],
.form--cols-12 > *[class*="--x9"] > div p > [class*=select2],
.form--cols-12 > *[class*="--x10"] > div p > [class*=select2],
.form--cols-12 > *[class*="--x11"] > div p > [class*=select2],
.form--cols-12 > *[class*="--x12"] > div p > [class*=select2],
.form__group--center > div p > [class*=select2],
.form__group > div > div > *:not(button):not(label):not(span),
.form--cols-1 > *[class*="--x1"] > div > div > *:not(button):not(label):not(span),
.form--cols-1 > *[class*="--x2"] > div > div > *:not(button):not(label):not(span),
.form--cols-1 > *[class*="--x3"] > div > div > *:not(button):not(label):not(span),
.form--cols-1 > *[class*="--x4"] > div > div > *:not(button):not(label):not(span),
.form--cols-1 > *[class*="--x5"] > div > div > *:not(button):not(label):not(span),
.form--cols-1 > *[class*="--x6"] > div > div > *:not(button):not(label):not(span),
.form--cols-1 > *[class*="--x7"] > div > div > *:not(button):not(label):not(span),
.form--cols-1 > *[class*="--x8"] > div > div > *:not(button):not(label):not(span),
.form--cols-1 > *[class*="--x9"] > div > div > *:not(button):not(label):not(span),
.form--cols-1 > *[class*="--x10"] > div > div > *:not(button):not(label):not(span),
.form--cols-1 > *[class*="--x11"] > div > div > *:not(button):not(label):not(span),
.form--cols-1 > *[class*="--x12"] > div > div > *:not(button):not(label):not(span),
.form--cols-2 > *[class*="--x1"] > div > div > *:not(button):not(label):not(span),
.form--cols-2 > *[class*="--x2"] > div > div > *:not(button):not(label):not(span),
.form--cols-2 > *[class*="--x3"] > div > div > *:not(button):not(label):not(span),
.form--cols-2 > *[class*="--x4"] > div > div > *:not(button):not(label):not(span),
.form--cols-2 > *[class*="--x5"] > div > div > *:not(button):not(label):not(span),
.form--cols-2 > *[class*="--x6"] > div > div > *:not(button):not(label):not(span),
.form--cols-2 > *[class*="--x7"] > div > div > *:not(button):not(label):not(span),
.form--cols-2 > *[class*="--x8"] > div > div > *:not(button):not(label):not(span),
.form--cols-2 > *[class*="--x9"] > div > div > *:not(button):not(label):not(span),
.form--cols-2 > *[class*="--x10"] > div > div > *:not(button):not(label):not(span),
.form--cols-2 > *[class*="--x11"] > div > div > *:not(button):not(label):not(span),
.form--cols-2 > *[class*="--x12"] > div > div > *:not(button):not(label):not(span),
.form--cols-3 > *[class*="--x1"] > div > div > *:not(button):not(label):not(span),
.form--cols-3 > *[class*="--x2"] > div > div > *:not(button):not(label):not(span),
.form--cols-3 > *[class*="--x3"] > div > div > *:not(button):not(label):not(span),
.form--cols-3 > *[class*="--x4"] > div > div > *:not(button):not(label):not(span),
.form--cols-3 > *[class*="--x5"] > div > div > *:not(button):not(label):not(span),
.form--cols-3 > *[class*="--x6"] > div > div > *:not(button):not(label):not(span),
.form--cols-3 > *[class*="--x7"] > div > div > *:not(button):not(label):not(span),
.form--cols-3 > *[class*="--x8"] > div > div > *:not(button):not(label):not(span),
.form--cols-3 > *[class*="--x9"] > div > div > *:not(button):not(label):not(span),
.form--cols-3 > *[class*="--x10"] > div > div > *:not(button):not(label):not(span),
.form--cols-3 > *[class*="--x11"] > div > div > *:not(button):not(label):not(span),
.form--cols-3 > *[class*="--x12"] > div > div > *:not(button):not(label):not(span),
.form--cols-4 > *[class*="--x1"] > div > div > *:not(button):not(label):not(span),
.form--cols-4 > *[class*="--x2"] > div > div > *:not(button):not(label):not(span),
.form--cols-4 > *[class*="--x3"] > div > div > *:not(button):not(label):not(span),
.form--cols-4 > *[class*="--x4"] > div > div > *:not(button):not(label):not(span),
.form--cols-4 > *[class*="--x5"] > div > div > *:not(button):not(label):not(span),
.form--cols-4 > *[class*="--x6"] > div > div > *:not(button):not(label):not(span),
.form--cols-4 > *[class*="--x7"] > div > div > *:not(button):not(label):not(span),
.form--cols-4 > *[class*="--x8"] > div > div > *:not(button):not(label):not(span),
.form--cols-4 > *[class*="--x9"] > div > div > *:not(button):not(label):not(span),
.form--cols-4 > *[class*="--x10"] > div > div > *:not(button):not(label):not(span),
.form--cols-4 > *[class*="--x11"] > div > div > *:not(button):not(label):not(span),
.form--cols-4 > *[class*="--x12"] > div > div > *:not(button):not(label):not(span),
.form--cols-5 > *[class*="--x1"] > div > div > *:not(button):not(label):not(span),
.form--cols-5 > *[class*="--x2"] > div > div > *:not(button):not(label):not(span),
.form--cols-5 > *[class*="--x3"] > div > div > *:not(button):not(label):not(span),
.form--cols-5 > *[class*="--x4"] > div > div > *:not(button):not(label):not(span),
.form--cols-5 > *[class*="--x5"] > div > div > *:not(button):not(label):not(span),
.form--cols-5 > *[class*="--x6"] > div > div > *:not(button):not(label):not(span),
.form--cols-5 > *[class*="--x7"] > div > div > *:not(button):not(label):not(span),
.form--cols-5 > *[class*="--x8"] > div > div > *:not(button):not(label):not(span),
.form--cols-5 > *[class*="--x9"] > div > div > *:not(button):not(label):not(span),
.form--cols-5 > *[class*="--x10"] > div > div > *:not(button):not(label):not(span),
.form--cols-5 > *[class*="--x11"] > div > div > *:not(button):not(label):not(span),
.form--cols-5 > *[class*="--x12"] > div > div > *:not(button):not(label):not(span),
.form--cols-6 > *[class*="--x1"] > div > div > *:not(button):not(label):not(span),
.form--cols-6 > *[class*="--x2"] > div > div > *:not(button):not(label):not(span),
.form--cols-6 > *[class*="--x3"] > div > div > *:not(button):not(label):not(span),
.form--cols-6 > *[class*="--x4"] > div > div > *:not(button):not(label):not(span),
.form--cols-6 > *[class*="--x5"] > div > div > *:not(button):not(label):not(span),
.form--cols-6 > *[class*="--x6"] > div > div > *:not(button):not(label):not(span),
.form--cols-6 > *[class*="--x7"] > div > div > *:not(button):not(label):not(span),
.form--cols-6 > *[class*="--x8"] > div > div > *:not(button):not(label):not(span),
.form--cols-6 > *[class*="--x9"] > div > div > *:not(button):not(label):not(span),
.form--cols-6 > *[class*="--x10"] > div > div > *:not(button):not(label):not(span),
.form--cols-6 > *[class*="--x11"] > div > div > *:not(button):not(label):not(span),
.form--cols-6 > *[class*="--x12"] > div > div > *:not(button):not(label):not(span),
.form--cols-7 > *[class*="--x1"] > div > div > *:not(button):not(label):not(span),
.form--cols-7 > *[class*="--x2"] > div > div > *:not(button):not(label):not(span),
.form--cols-7 > *[class*="--x3"] > div > div > *:not(button):not(label):not(span),
.form--cols-7 > *[class*="--x4"] > div > div > *:not(button):not(label):not(span),
.form--cols-7 > *[class*="--x5"] > div > div > *:not(button):not(label):not(span),
.form--cols-7 > *[class*="--x6"] > div > div > *:not(button):not(label):not(span),
.form--cols-7 > *[class*="--x7"] > div > div > *:not(button):not(label):not(span),
.form--cols-7 > *[class*="--x8"] > div > div > *:not(button):not(label):not(span),
.form--cols-7 > *[class*="--x9"] > div > div > *:not(button):not(label):not(span),
.form--cols-7 > *[class*="--x10"] > div > div > *:not(button):not(label):not(span),
.form--cols-7 > *[class*="--x11"] > div > div > *:not(button):not(label):not(span),
.form--cols-7 > *[class*="--x12"] > div > div > *:not(button):not(label):not(span),
.form--cols-8 > *[class*="--x1"] > div > div > *:not(button):not(label):not(span),
.form--cols-8 > *[class*="--x2"] > div > div > *:not(button):not(label):not(span),
.form--cols-8 > *[class*="--x3"] > div > div > *:not(button):not(label):not(span),
.form--cols-8 > *[class*="--x4"] > div > div > *:not(button):not(label):not(span),
.form--cols-8 > *[class*="--x5"] > div > div > *:not(button):not(label):not(span),
.form--cols-8 > *[class*="--x6"] > div > div > *:not(button):not(label):not(span),
.form--cols-8 > *[class*="--x7"] > div > div > *:not(button):not(label):not(span),
.form--cols-8 > *[class*="--x8"] > div > div > *:not(button):not(label):not(span),
.form--cols-8 > *[class*="--x9"] > div > div > *:not(button):not(label):not(span),
.form--cols-8 > *[class*="--x10"] > div > div > *:not(button):not(label):not(span),
.form--cols-8 > *[class*="--x11"] > div > div > *:not(button):not(label):not(span),
.form--cols-8 > *[class*="--x12"] > div > div > *:not(button):not(label):not(span),
.form--cols-9 > *[class*="--x1"] > div > div > *:not(button):not(label):not(span),
.form--cols-9 > *[class*="--x2"] > div > div > *:not(button):not(label):not(span),
.form--cols-9 > *[class*="--x3"] > div > div > *:not(button):not(label):not(span),
.form--cols-9 > *[class*="--x4"] > div > div > *:not(button):not(label):not(span),
.form--cols-9 > *[class*="--x5"] > div > div > *:not(button):not(label):not(span),
.form--cols-9 > *[class*="--x6"] > div > div > *:not(button):not(label):not(span),
.form--cols-9 > *[class*="--x7"] > div > div > *:not(button):not(label):not(span),
.form--cols-9 > *[class*="--x8"] > div > div > *:not(button):not(label):not(span),
.form--cols-9 > *[class*="--x9"] > div > div > *:not(button):not(label):not(span),
.form--cols-9 > *[class*="--x10"] > div > div > *:not(button):not(label):not(span),
.form--cols-9 > *[class*="--x11"] > div > div > *:not(button):not(label):not(span),
.form--cols-9 > *[class*="--x12"] > div > div > *:not(button):not(label):not(span),
.form--cols-10 > *[class*="--x1"] > div > div > *:not(button):not(label):not(span),
.form--cols-10 > *[class*="--x2"] > div > div > *:not(button):not(label):not(span),
.form--cols-10 > *[class*="--x3"] > div > div > *:not(button):not(label):not(span),
.form--cols-10 > *[class*="--x4"] > div > div > *:not(button):not(label):not(span),
.form--cols-10 > *[class*="--x5"] > div > div > *:not(button):not(label):not(span),
.form--cols-10 > *[class*="--x6"] > div > div > *:not(button):not(label):not(span),
.form--cols-10 > *[class*="--x7"] > div > div > *:not(button):not(label):not(span),
.form--cols-10 > *[class*="--x8"] > div > div > *:not(button):not(label):not(span),
.form--cols-10 > *[class*="--x9"] > div > div > *:not(button):not(label):not(span),
.form--cols-10 > *[class*="--x10"] > div > div > *:not(button):not(label):not(span),
.form--cols-10 > *[class*="--x11"] > div > div > *:not(button):not(label):not(span),
.form--cols-10 > *[class*="--x12"] > div > div > *:not(button):not(label):not(span),
.form--cols-11 > *[class*="--x1"] > div > div > *:not(button):not(label):not(span),
.form--cols-11 > *[class*="--x2"] > div > div > *:not(button):not(label):not(span),
.form--cols-11 > *[class*="--x3"] > div > div > *:not(button):not(label):not(span),
.form--cols-11 > *[class*="--x4"] > div > div > *:not(button):not(label):not(span),
.form--cols-11 > *[class*="--x5"] > div > div > *:not(button):not(label):not(span),
.form--cols-11 > *[class*="--x6"] > div > div > *:not(button):not(label):not(span),
.form--cols-11 > *[class*="--x7"] > div > div > *:not(button):not(label):not(span),
.form--cols-11 > *[class*="--x8"] > div > div > *:not(button):not(label):not(span),
.form--cols-11 > *[class*="--x9"] > div > div > *:not(button):not(label):not(span),
.form--cols-11 > *[class*="--x10"] > div > div > *:not(button):not(label):not(span),
.form--cols-11 > *[class*="--x11"] > div > div > *:not(button):not(label):not(span),
.form--cols-11 > *[class*="--x12"] > div > div > *:not(button):not(label):not(span),
.form--cols-12 > *[class*="--x1"] > div > div > *:not(button):not(label):not(span),
.form--cols-12 > *[class*="--x2"] > div > div > *:not(button):not(label):not(span),
.form--cols-12 > *[class*="--x3"] > div > div > *:not(button):not(label):not(span),
.form--cols-12 > *[class*="--x4"] > div > div > *:not(button):not(label):not(span),
.form--cols-12 > *[class*="--x5"] > div > div > *:not(button):not(label):not(span),
.form--cols-12 > *[class*="--x6"] > div > div > *:not(button):not(label):not(span),
.form--cols-12 > *[class*="--x7"] > div > div > *:not(button):not(label):not(span),
.form--cols-12 > *[class*="--x8"] > div > div > *:not(button):not(label):not(span),
.form--cols-12 > *[class*="--x9"] > div > div > *:not(button):not(label):not(span),
.form--cols-12 > *[class*="--x10"] > div > div > *:not(button):not(label):not(span),
.form--cols-12 > *[class*="--x11"] > div > div > *:not(button):not(label):not(span),
.form--cols-12 > *[class*="--x12"] > div > div > *:not(button):not(label):not(span),
.form__group--center > div > div > *:not(button):not(label):not(span),
.form__group > div > div > [class*=select2],
.form--cols-1 > *[class*="--x1"] > div > div > [class*=select2],
.form--cols-1 > *[class*="--x2"] > div > div > [class*=select2],
.form--cols-1 > *[class*="--x3"] > div > div > [class*=select2],
.form--cols-1 > *[class*="--x4"] > div > div > [class*=select2],
.form--cols-1 > *[class*="--x5"] > div > div > [class*=select2],
.form--cols-1 > *[class*="--x6"] > div > div > [class*=select2],
.form--cols-1 > *[class*="--x7"] > div > div > [class*=select2],
.form--cols-1 > *[class*="--x8"] > div > div > [class*=select2],
.form--cols-1 > *[class*="--x9"] > div > div > [class*=select2],
.form--cols-1 > *[class*="--x10"] > div > div > [class*=select2],
.form--cols-1 > *[class*="--x11"] > div > div > [class*=select2],
.form--cols-1 > *[class*="--x12"] > div > div > [class*=select2],
.form--cols-2 > *[class*="--x1"] > div > div > [class*=select2],
.form--cols-2 > *[class*="--x2"] > div > div > [class*=select2],
.form--cols-2 > *[class*="--x3"] > div > div > [class*=select2],
.form--cols-2 > *[class*="--x4"] > div > div > [class*=select2],
.form--cols-2 > *[class*="--x5"] > div > div > [class*=select2],
.form--cols-2 > *[class*="--x6"] > div > div > [class*=select2],
.form--cols-2 > *[class*="--x7"] > div > div > [class*=select2],
.form--cols-2 > *[class*="--x8"] > div > div > [class*=select2],
.form--cols-2 > *[class*="--x9"] > div > div > [class*=select2],
.form--cols-2 > *[class*="--x10"] > div > div > [class*=select2],
.form--cols-2 > *[class*="--x11"] > div > div > [class*=select2],
.form--cols-2 > *[class*="--x12"] > div > div > [class*=select2],
.form--cols-3 > *[class*="--x1"] > div > div > [class*=select2],
.form--cols-3 > *[class*="--x2"] > div > div > [class*=select2],
.form--cols-3 > *[class*="--x3"] > div > div > [class*=select2],
.form--cols-3 > *[class*="--x4"] > div > div > [class*=select2],
.form--cols-3 > *[class*="--x5"] > div > div > [class*=select2],
.form--cols-3 > *[class*="--x6"] > div > div > [class*=select2],
.form--cols-3 > *[class*="--x7"] > div > div > [class*=select2],
.form--cols-3 > *[class*="--x8"] > div > div > [class*=select2],
.form--cols-3 > *[class*="--x9"] > div > div > [class*=select2],
.form--cols-3 > *[class*="--x10"] > div > div > [class*=select2],
.form--cols-3 > *[class*="--x11"] > div > div > [class*=select2],
.form--cols-3 > *[class*="--x12"] > div > div > [class*=select2],
.form--cols-4 > *[class*="--x1"] > div > div > [class*=select2],
.form--cols-4 > *[class*="--x2"] > div > div > [class*=select2],
.form--cols-4 > *[class*="--x3"] > div > div > [class*=select2],
.form--cols-4 > *[class*="--x4"] > div > div > [class*=select2],
.form--cols-4 > *[class*="--x5"] > div > div > [class*=select2],
.form--cols-4 > *[class*="--x6"] > div > div > [class*=select2],
.form--cols-4 > *[class*="--x7"] > div > div > [class*=select2],
.form--cols-4 > *[class*="--x8"] > div > div > [class*=select2],
.form--cols-4 > *[class*="--x9"] > div > div > [class*=select2],
.form--cols-4 > *[class*="--x10"] > div > div > [class*=select2],
.form--cols-4 > *[class*="--x11"] > div > div > [class*=select2],
.form--cols-4 > *[class*="--x12"] > div > div > [class*=select2],
.form--cols-5 > *[class*="--x1"] > div > div > [class*=select2],
.form--cols-5 > *[class*="--x2"] > div > div > [class*=select2],
.form--cols-5 > *[class*="--x3"] > div > div > [class*=select2],
.form--cols-5 > *[class*="--x4"] > div > div > [class*=select2],
.form--cols-5 > *[class*="--x5"] > div > div > [class*=select2],
.form--cols-5 > *[class*="--x6"] > div > div > [class*=select2],
.form--cols-5 > *[class*="--x7"] > div > div > [class*=select2],
.form--cols-5 > *[class*="--x8"] > div > div > [class*=select2],
.form--cols-5 > *[class*="--x9"] > div > div > [class*=select2],
.form--cols-5 > *[class*="--x10"] > div > div > [class*=select2],
.form--cols-5 > *[class*="--x11"] > div > div > [class*=select2],
.form--cols-5 > *[class*="--x12"] > div > div > [class*=select2],
.form--cols-6 > *[class*="--x1"] > div > div > [class*=select2],
.form--cols-6 > *[class*="--x2"] > div > div > [class*=select2],
.form--cols-6 > *[class*="--x3"] > div > div > [class*=select2],
.form--cols-6 > *[class*="--x4"] > div > div > [class*=select2],
.form--cols-6 > *[class*="--x5"] > div > div > [class*=select2],
.form--cols-6 > *[class*="--x6"] > div > div > [class*=select2],
.form--cols-6 > *[class*="--x7"] > div > div > [class*=select2],
.form--cols-6 > *[class*="--x8"] > div > div > [class*=select2],
.form--cols-6 > *[class*="--x9"] > div > div > [class*=select2],
.form--cols-6 > *[class*="--x10"] > div > div > [class*=select2],
.form--cols-6 > *[class*="--x11"] > div > div > [class*=select2],
.form--cols-6 > *[class*="--x12"] > div > div > [class*=select2],
.form--cols-7 > *[class*="--x1"] > div > div > [class*=select2],
.form--cols-7 > *[class*="--x2"] > div > div > [class*=select2],
.form--cols-7 > *[class*="--x3"] > div > div > [class*=select2],
.form--cols-7 > *[class*="--x4"] > div > div > [class*=select2],
.form--cols-7 > *[class*="--x5"] > div > div > [class*=select2],
.form--cols-7 > *[class*="--x6"] > div > div > [class*=select2],
.form--cols-7 > *[class*="--x7"] > div > div > [class*=select2],
.form--cols-7 > *[class*="--x8"] > div > div > [class*=select2],
.form--cols-7 > *[class*="--x9"] > div > div > [class*=select2],
.form--cols-7 > *[class*="--x10"] > div > div > [class*=select2],
.form--cols-7 > *[class*="--x11"] > div > div > [class*=select2],
.form--cols-7 > *[class*="--x12"] > div > div > [class*=select2],
.form--cols-8 > *[class*="--x1"] > div > div > [class*=select2],
.form--cols-8 > *[class*="--x2"] > div > div > [class*=select2],
.form--cols-8 > *[class*="--x3"] > div > div > [class*=select2],
.form--cols-8 > *[class*="--x4"] > div > div > [class*=select2],
.form--cols-8 > *[class*="--x5"] > div > div > [class*=select2],
.form--cols-8 > *[class*="--x6"] > div > div > [class*=select2],
.form--cols-8 > *[class*="--x7"] > div > div > [class*=select2],
.form--cols-8 > *[class*="--x8"] > div > div > [class*=select2],
.form--cols-8 > *[class*="--x9"] > div > div > [class*=select2],
.form--cols-8 > *[class*="--x10"] > div > div > [class*=select2],
.form--cols-8 > *[class*="--x11"] > div > div > [class*=select2],
.form--cols-8 > *[class*="--x12"] > div > div > [class*=select2],
.form--cols-9 > *[class*="--x1"] > div > div > [class*=select2],
.form--cols-9 > *[class*="--x2"] > div > div > [class*=select2],
.form--cols-9 > *[class*="--x3"] > div > div > [class*=select2],
.form--cols-9 > *[class*="--x4"] > div > div > [class*=select2],
.form--cols-9 > *[class*="--x5"] > div > div > [class*=select2],
.form--cols-9 > *[class*="--x6"] > div > div > [class*=select2],
.form--cols-9 > *[class*="--x7"] > div > div > [class*=select2],
.form--cols-9 > *[class*="--x8"] > div > div > [class*=select2],
.form--cols-9 > *[class*="--x9"] > div > div > [class*=select2],
.form--cols-9 > *[class*="--x10"] > div > div > [class*=select2],
.form--cols-9 > *[class*="--x11"] > div > div > [class*=select2],
.form--cols-9 > *[class*="--x12"] > div > div > [class*=select2],
.form--cols-10 > *[class*="--x1"] > div > div > [class*=select2],
.form--cols-10 > *[class*="--x2"] > div > div > [class*=select2],
.form--cols-10 > *[class*="--x3"] > div > div > [class*=select2],
.form--cols-10 > *[class*="--x4"] > div > div > [class*=select2],
.form--cols-10 > *[class*="--x5"] > div > div > [class*=select2],
.form--cols-10 > *[class*="--x6"] > div > div > [class*=select2],
.form--cols-10 > *[class*="--x7"] > div > div > [class*=select2],
.form--cols-10 > *[class*="--x8"] > div > div > [class*=select2],
.form--cols-10 > *[class*="--x9"] > div > div > [class*=select2],
.form--cols-10 > *[class*="--x10"] > div > div > [class*=select2],
.form--cols-10 > *[class*="--x11"] > div > div > [class*=select2],
.form--cols-10 > *[class*="--x12"] > div > div > [class*=select2],
.form--cols-11 > *[class*="--x1"] > div > div > [class*=select2],
.form--cols-11 > *[class*="--x2"] > div > div > [class*=select2],
.form--cols-11 > *[class*="--x3"] > div > div > [class*=select2],
.form--cols-11 > *[class*="--x4"] > div > div > [class*=select2],
.form--cols-11 > *[class*="--x5"] > div > div > [class*=select2],
.form--cols-11 > *[class*="--x6"] > div > div > [class*=select2],
.form--cols-11 > *[class*="--x7"] > div > div > [class*=select2],
.form--cols-11 > *[class*="--x8"] > div > div > [class*=select2],
.form--cols-11 > *[class*="--x9"] > div > div > [class*=select2],
.form--cols-11 > *[class*="--x10"] > div > div > [class*=select2],
.form--cols-11 > *[class*="--x11"] > div > div > [class*=select2],
.form--cols-11 > *[class*="--x12"] > div > div > [class*=select2],
.form--cols-12 > *[class*="--x1"] > div > div > [class*=select2],
.form--cols-12 > *[class*="--x2"] > div > div > [class*=select2],
.form--cols-12 > *[class*="--x3"] > div > div > [class*=select2],
.form--cols-12 > *[class*="--x4"] > div > div > [class*=select2],
.form--cols-12 > *[class*="--x5"] > div > div > [class*=select2],
.form--cols-12 > *[class*="--x6"] > div > div > [class*=select2],
.form--cols-12 > *[class*="--x7"] > div > div > [class*=select2],
.form--cols-12 > *[class*="--x8"] > div > div > [class*=select2],
.form--cols-12 > *[class*="--x9"] > div > div > [class*=select2],
.form--cols-12 > *[class*="--x10"] > div > div > [class*=select2],
.form--cols-12 > *[class*="--x11"] > div > div > [class*=select2],
.form--cols-12 > *[class*="--x12"] > div > div > [class*=select2],
.form__group--center > div > div > [class*=select2] {
  width: 100%;
}
.form__group .multiple, .form--cols-1 > *[class*="--x1"] .multiple, .form--cols-1 > *[class*="--x2"] .multiple, .form--cols-1 > *[class*="--x3"] .multiple, .form--cols-1 > *[class*="--x4"] .multiple, .form--cols-1 > *[class*="--x5"] .multiple, .form--cols-1 > *[class*="--x6"] .multiple, .form--cols-1 > *[class*="--x7"] .multiple, .form--cols-1 > *[class*="--x8"] .multiple, .form--cols-1 > *[class*="--x9"] .multiple, .form--cols-1 > *[class*="--x10"] .multiple, .form--cols-1 > *[class*="--x11"] .multiple, .form--cols-1 > *[class*="--x12"] .multiple, .form--cols-2 > *[class*="--x1"] .multiple, .form--cols-2 > *[class*="--x2"] .multiple, .form--cols-2 > *[class*="--x3"] .multiple, .form--cols-2 > *[class*="--x4"] .multiple, .form--cols-2 > *[class*="--x5"] .multiple, .form--cols-2 > *[class*="--x6"] .multiple, .form--cols-2 > *[class*="--x7"] .multiple, .form--cols-2 > *[class*="--x8"] .multiple, .form--cols-2 > *[class*="--x9"] .multiple, .form--cols-2 > *[class*="--x10"] .multiple, .form--cols-2 > *[class*="--x11"] .multiple, .form--cols-2 > *[class*="--x12"] .multiple, .form--cols-3 > *[class*="--x1"] .multiple, .form--cols-3 > *[class*="--x2"] .multiple, .form--cols-3 > *[class*="--x3"] .multiple, .form--cols-3 > *[class*="--x4"] .multiple, .form--cols-3 > *[class*="--x5"] .multiple, .form--cols-3 > *[class*="--x6"] .multiple, .form--cols-3 > *[class*="--x7"] .multiple, .form--cols-3 > *[class*="--x8"] .multiple, .form--cols-3 > *[class*="--x9"] .multiple, .form--cols-3 > *[class*="--x10"] .multiple, .form--cols-3 > *[class*="--x11"] .multiple, .form--cols-3 > *[class*="--x12"] .multiple, .form--cols-4 > *[class*="--x1"] .multiple, .form--cols-4 > *[class*="--x2"] .multiple, .form--cols-4 > *[class*="--x3"] .multiple, .form--cols-4 > *[class*="--x4"] .multiple, .form--cols-4 > *[class*="--x5"] .multiple, .form--cols-4 > *[class*="--x6"] .multiple, .form--cols-4 > *[class*="--x7"] .multiple, .form--cols-4 > *[class*="--x8"] .multiple, .form--cols-4 > *[class*="--x9"] .multiple, .form--cols-4 > *[class*="--x10"] .multiple, .form--cols-4 > *[class*="--x11"] .multiple, .form--cols-4 > *[class*="--x12"] .multiple, .form--cols-5 > *[class*="--x1"] .multiple, .form--cols-5 > *[class*="--x2"] .multiple, .form--cols-5 > *[class*="--x3"] .multiple, .form--cols-5 > *[class*="--x4"] .multiple, .form--cols-5 > *[class*="--x5"] .multiple, .form--cols-5 > *[class*="--x6"] .multiple, .form--cols-5 > *[class*="--x7"] .multiple, .form--cols-5 > *[class*="--x8"] .multiple, .form--cols-5 > *[class*="--x9"] .multiple, .form--cols-5 > *[class*="--x10"] .multiple, .form--cols-5 > *[class*="--x11"] .multiple, .form--cols-5 > *[class*="--x12"] .multiple, .form--cols-6 > *[class*="--x1"] .multiple, .form--cols-6 > *[class*="--x2"] .multiple, .form--cols-6 > *[class*="--x3"] .multiple, .form--cols-6 > *[class*="--x4"] .multiple, .form--cols-6 > *[class*="--x5"] .multiple, .form--cols-6 > *[class*="--x6"] .multiple, .form--cols-6 > *[class*="--x7"] .multiple, .form--cols-6 > *[class*="--x8"] .multiple, .form--cols-6 > *[class*="--x9"] .multiple, .form--cols-6 > *[class*="--x10"] .multiple, .form--cols-6 > *[class*="--x11"] .multiple, .form--cols-6 > *[class*="--x12"] .multiple, .form--cols-7 > *[class*="--x1"] .multiple, .form--cols-7 > *[class*="--x2"] .multiple, .form--cols-7 > *[class*="--x3"] .multiple, .form--cols-7 > *[class*="--x4"] .multiple, .form--cols-7 > *[class*="--x5"] .multiple, .form--cols-7 > *[class*="--x6"] .multiple, .form--cols-7 > *[class*="--x7"] .multiple, .form--cols-7 > *[class*="--x8"] .multiple, .form--cols-7 > *[class*="--x9"] .multiple, .form--cols-7 > *[class*="--x10"] .multiple, .form--cols-7 > *[class*="--x11"] .multiple, .form--cols-7 > *[class*="--x12"] .multiple, .form--cols-8 > *[class*="--x1"] .multiple, .form--cols-8 > *[class*="--x2"] .multiple, .form--cols-8 > *[class*="--x3"] .multiple, .form--cols-8 > *[class*="--x4"] .multiple, .form--cols-8 > *[class*="--x5"] .multiple, .form--cols-8 > *[class*="--x6"] .multiple, .form--cols-8 > *[class*="--x7"] .multiple, .form--cols-8 > *[class*="--x8"] .multiple, .form--cols-8 > *[class*="--x9"] .multiple, .form--cols-8 > *[class*="--x10"] .multiple, .form--cols-8 > *[class*="--x11"] .multiple, .form--cols-8 > *[class*="--x12"] .multiple, .form--cols-9 > *[class*="--x1"] .multiple, .form--cols-9 > *[class*="--x2"] .multiple, .form--cols-9 > *[class*="--x3"] .multiple, .form--cols-9 > *[class*="--x4"] .multiple, .form--cols-9 > *[class*="--x5"] .multiple, .form--cols-9 > *[class*="--x6"] .multiple, .form--cols-9 > *[class*="--x7"] .multiple, .form--cols-9 > *[class*="--x8"] .multiple, .form--cols-9 > *[class*="--x9"] .multiple, .form--cols-9 > *[class*="--x10"] .multiple, .form--cols-9 > *[class*="--x11"] .multiple, .form--cols-9 > *[class*="--x12"] .multiple, .form--cols-10 > *[class*="--x1"] .multiple, .form--cols-10 > *[class*="--x2"] .multiple, .form--cols-10 > *[class*="--x3"] .multiple, .form--cols-10 > *[class*="--x4"] .multiple, .form--cols-10 > *[class*="--x5"] .multiple, .form--cols-10 > *[class*="--x6"] .multiple, .form--cols-10 > *[class*="--x7"] .multiple, .form--cols-10 > *[class*="--x8"] .multiple, .form--cols-10 > *[class*="--x9"] .multiple, .form--cols-10 > *[class*="--x10"] .multiple, .form--cols-10 > *[class*="--x11"] .multiple, .form--cols-10 > *[class*="--x12"] .multiple, .form--cols-11 > *[class*="--x1"] .multiple, .form--cols-11 > *[class*="--x2"] .multiple, .form--cols-11 > *[class*="--x3"] .multiple, .form--cols-11 > *[class*="--x4"] .multiple, .form--cols-11 > *[class*="--x5"] .multiple, .form--cols-11 > *[class*="--x6"] .multiple, .form--cols-11 > *[class*="--x7"] .multiple, .form--cols-11 > *[class*="--x8"] .multiple, .form--cols-11 > *[class*="--x9"] .multiple, .form--cols-11 > *[class*="--x10"] .multiple, .form--cols-11 > *[class*="--x11"] .multiple, .form--cols-11 > *[class*="--x12"] .multiple, .form--cols-12 > *[class*="--x1"] .multiple, .form--cols-12 > *[class*="--x2"] .multiple, .form--cols-12 > *[class*="--x3"] .multiple, .form--cols-12 > *[class*="--x4"] .multiple, .form--cols-12 > *[class*="--x5"] .multiple, .form--cols-12 > *[class*="--x6"] .multiple, .form--cols-12 > *[class*="--x7"] .multiple, .form--cols-12 > *[class*="--x8"] .multiple, .form--cols-12 > *[class*="--x9"] .multiple, .form--cols-12 > *[class*="--x10"] .multiple, .form--cols-12 > *[class*="--x11"] .multiple, .form--cols-12 > *[class*="--x12"] .multiple, .form__group--center .multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
}
.form__group .validate__false, .form--cols-1 > *[class*="--x1"] .validate__false, .form--cols-1 > *[class*="--x2"] .validate__false, .form--cols-1 > *[class*="--x3"] .validate__false, .form--cols-1 > *[class*="--x4"] .validate__false, .form--cols-1 > *[class*="--x5"] .validate__false, .form--cols-1 > *[class*="--x6"] .validate__false, .form--cols-1 > *[class*="--x7"] .validate__false, .form--cols-1 > *[class*="--x8"] .validate__false, .form--cols-1 > *[class*="--x9"] .validate__false, .form--cols-1 > *[class*="--x10"] .validate__false, .form--cols-1 > *[class*="--x11"] .validate__false, .form--cols-1 > *[class*="--x12"] .validate__false, .form--cols-2 > *[class*="--x1"] .validate__false, .form--cols-2 > *[class*="--x2"] .validate__false, .form--cols-2 > *[class*="--x3"] .validate__false, .form--cols-2 > *[class*="--x4"] .validate__false, .form--cols-2 > *[class*="--x5"] .validate__false, .form--cols-2 > *[class*="--x6"] .validate__false, .form--cols-2 > *[class*="--x7"] .validate__false, .form--cols-2 > *[class*="--x8"] .validate__false, .form--cols-2 > *[class*="--x9"] .validate__false, .form--cols-2 > *[class*="--x10"] .validate__false, .form--cols-2 > *[class*="--x11"] .validate__false, .form--cols-2 > *[class*="--x12"] .validate__false, .form--cols-3 > *[class*="--x1"] .validate__false, .form--cols-3 > *[class*="--x2"] .validate__false, .form--cols-3 > *[class*="--x3"] .validate__false, .form--cols-3 > *[class*="--x4"] .validate__false, .form--cols-3 > *[class*="--x5"] .validate__false, .form--cols-3 > *[class*="--x6"] .validate__false, .form--cols-3 > *[class*="--x7"] .validate__false, .form--cols-3 > *[class*="--x8"] .validate__false, .form--cols-3 > *[class*="--x9"] .validate__false, .form--cols-3 > *[class*="--x10"] .validate__false, .form--cols-3 > *[class*="--x11"] .validate__false, .form--cols-3 > *[class*="--x12"] .validate__false, .form--cols-4 > *[class*="--x1"] .validate__false, .form--cols-4 > *[class*="--x2"] .validate__false, .form--cols-4 > *[class*="--x3"] .validate__false, .form--cols-4 > *[class*="--x4"] .validate__false, .form--cols-4 > *[class*="--x5"] .validate__false, .form--cols-4 > *[class*="--x6"] .validate__false, .form--cols-4 > *[class*="--x7"] .validate__false, .form--cols-4 > *[class*="--x8"] .validate__false, .form--cols-4 > *[class*="--x9"] .validate__false, .form--cols-4 > *[class*="--x10"] .validate__false, .form--cols-4 > *[class*="--x11"] .validate__false, .form--cols-4 > *[class*="--x12"] .validate__false, .form--cols-5 > *[class*="--x1"] .validate__false, .form--cols-5 > *[class*="--x2"] .validate__false, .form--cols-5 > *[class*="--x3"] .validate__false, .form--cols-5 > *[class*="--x4"] .validate__false, .form--cols-5 > *[class*="--x5"] .validate__false, .form--cols-5 > *[class*="--x6"] .validate__false, .form--cols-5 > *[class*="--x7"] .validate__false, .form--cols-5 > *[class*="--x8"] .validate__false, .form--cols-5 > *[class*="--x9"] .validate__false, .form--cols-5 > *[class*="--x10"] .validate__false, .form--cols-5 > *[class*="--x11"] .validate__false, .form--cols-5 > *[class*="--x12"] .validate__false, .form--cols-6 > *[class*="--x1"] .validate__false, .form--cols-6 > *[class*="--x2"] .validate__false, .form--cols-6 > *[class*="--x3"] .validate__false, .form--cols-6 > *[class*="--x4"] .validate__false, .form--cols-6 > *[class*="--x5"] .validate__false, .form--cols-6 > *[class*="--x6"] .validate__false, .form--cols-6 > *[class*="--x7"] .validate__false, .form--cols-6 > *[class*="--x8"] .validate__false, .form--cols-6 > *[class*="--x9"] .validate__false, .form--cols-6 > *[class*="--x10"] .validate__false, .form--cols-6 > *[class*="--x11"] .validate__false, .form--cols-6 > *[class*="--x12"] .validate__false, .form--cols-7 > *[class*="--x1"] .validate__false, .form--cols-7 > *[class*="--x2"] .validate__false, .form--cols-7 > *[class*="--x3"] .validate__false, .form--cols-7 > *[class*="--x4"] .validate__false, .form--cols-7 > *[class*="--x5"] .validate__false, .form--cols-7 > *[class*="--x6"] .validate__false, .form--cols-7 > *[class*="--x7"] .validate__false, .form--cols-7 > *[class*="--x8"] .validate__false, .form--cols-7 > *[class*="--x9"] .validate__false, .form--cols-7 > *[class*="--x10"] .validate__false, .form--cols-7 > *[class*="--x11"] .validate__false, .form--cols-7 > *[class*="--x12"] .validate__false, .form--cols-8 > *[class*="--x1"] .validate__false, .form--cols-8 > *[class*="--x2"] .validate__false, .form--cols-8 > *[class*="--x3"] .validate__false, .form--cols-8 > *[class*="--x4"] .validate__false, .form--cols-8 > *[class*="--x5"] .validate__false, .form--cols-8 > *[class*="--x6"] .validate__false, .form--cols-8 > *[class*="--x7"] .validate__false, .form--cols-8 > *[class*="--x8"] .validate__false, .form--cols-8 > *[class*="--x9"] .validate__false, .form--cols-8 > *[class*="--x10"] .validate__false, .form--cols-8 > *[class*="--x11"] .validate__false, .form--cols-8 > *[class*="--x12"] .validate__false, .form--cols-9 > *[class*="--x1"] .validate__false, .form--cols-9 > *[class*="--x2"] .validate__false, .form--cols-9 > *[class*="--x3"] .validate__false, .form--cols-9 > *[class*="--x4"] .validate__false, .form--cols-9 > *[class*="--x5"] .validate__false, .form--cols-9 > *[class*="--x6"] .validate__false, .form--cols-9 > *[class*="--x7"] .validate__false, .form--cols-9 > *[class*="--x8"] .validate__false, .form--cols-9 > *[class*="--x9"] .validate__false, .form--cols-9 > *[class*="--x10"] .validate__false, .form--cols-9 > *[class*="--x11"] .validate__false, .form--cols-9 > *[class*="--x12"] .validate__false, .form--cols-10 > *[class*="--x1"] .validate__false, .form--cols-10 > *[class*="--x2"] .validate__false, .form--cols-10 > *[class*="--x3"] .validate__false, .form--cols-10 > *[class*="--x4"] .validate__false, .form--cols-10 > *[class*="--x5"] .validate__false, .form--cols-10 > *[class*="--x6"] .validate__false, .form--cols-10 > *[class*="--x7"] .validate__false, .form--cols-10 > *[class*="--x8"] .validate__false, .form--cols-10 > *[class*="--x9"] .validate__false, .form--cols-10 > *[class*="--x10"] .validate__false, .form--cols-10 > *[class*="--x11"] .validate__false, .form--cols-10 > *[class*="--x12"] .validate__false, .form--cols-11 > *[class*="--x1"] .validate__false, .form--cols-11 > *[class*="--x2"] .validate__false, .form--cols-11 > *[class*="--x3"] .validate__false, .form--cols-11 > *[class*="--x4"] .validate__false, .form--cols-11 > *[class*="--x5"] .validate__false, .form--cols-11 > *[class*="--x6"] .validate__false, .form--cols-11 > *[class*="--x7"] .validate__false, .form--cols-11 > *[class*="--x8"] .validate__false, .form--cols-11 > *[class*="--x9"] .validate__false, .form--cols-11 > *[class*="--x10"] .validate__false, .form--cols-11 > *[class*="--x11"] .validate__false, .form--cols-11 > *[class*="--x12"] .validate__false, .form--cols-12 > *[class*="--x1"] .validate__false, .form--cols-12 > *[class*="--x2"] .validate__false, .form--cols-12 > *[class*="--x3"] .validate__false, .form--cols-12 > *[class*="--x4"] .validate__false, .form--cols-12 > *[class*="--x5"] .validate__false, .form--cols-12 > *[class*="--x6"] .validate__false, .form--cols-12 > *[class*="--x7"] .validate__false, .form--cols-12 > *[class*="--x8"] .validate__false, .form--cols-12 > *[class*="--x9"] .validate__false, .form--cols-12 > *[class*="--x10"] .validate__false, .form--cols-12 > *[class*="--x11"] .validate__false, .form--cols-12 > *[class*="--x12"] .validate__false, .form__group--center .validate__false {
  border-color: var(--color-danger);
}
.form__group .validate__false input, .form--cols-1 > *[class*="--x1"] .validate__false input, .form--cols-1 > *[class*="--x2"] .validate__false input, .form--cols-1 > *[class*="--x3"] .validate__false input, .form--cols-1 > *[class*="--x4"] .validate__false input, .form--cols-1 > *[class*="--x5"] .validate__false input, .form--cols-1 > *[class*="--x6"] .validate__false input, .form--cols-1 > *[class*="--x7"] .validate__false input, .form--cols-1 > *[class*="--x8"] .validate__false input, .form--cols-1 > *[class*="--x9"] .validate__false input, .form--cols-1 > *[class*="--x10"] .validate__false input, .form--cols-1 > *[class*="--x11"] .validate__false input, .form--cols-1 > *[class*="--x12"] .validate__false input, .form--cols-2 > *[class*="--x1"] .validate__false input, .form--cols-2 > *[class*="--x2"] .validate__false input, .form--cols-2 > *[class*="--x3"] .validate__false input, .form--cols-2 > *[class*="--x4"] .validate__false input, .form--cols-2 > *[class*="--x5"] .validate__false input, .form--cols-2 > *[class*="--x6"] .validate__false input, .form--cols-2 > *[class*="--x7"] .validate__false input, .form--cols-2 > *[class*="--x8"] .validate__false input, .form--cols-2 > *[class*="--x9"] .validate__false input, .form--cols-2 > *[class*="--x10"] .validate__false input, .form--cols-2 > *[class*="--x11"] .validate__false input, .form--cols-2 > *[class*="--x12"] .validate__false input, .form--cols-3 > *[class*="--x1"] .validate__false input, .form--cols-3 > *[class*="--x2"] .validate__false input, .form--cols-3 > *[class*="--x3"] .validate__false input, .form--cols-3 > *[class*="--x4"] .validate__false input, .form--cols-3 > *[class*="--x5"] .validate__false input, .form--cols-3 > *[class*="--x6"] .validate__false input, .form--cols-3 > *[class*="--x7"] .validate__false input, .form--cols-3 > *[class*="--x8"] .validate__false input, .form--cols-3 > *[class*="--x9"] .validate__false input, .form--cols-3 > *[class*="--x10"] .validate__false input, .form--cols-3 > *[class*="--x11"] .validate__false input, .form--cols-3 > *[class*="--x12"] .validate__false input, .form--cols-4 > *[class*="--x1"] .validate__false input, .form--cols-4 > *[class*="--x2"] .validate__false input, .form--cols-4 > *[class*="--x3"] .validate__false input, .form--cols-4 > *[class*="--x4"] .validate__false input, .form--cols-4 > *[class*="--x5"] .validate__false input, .form--cols-4 > *[class*="--x6"] .validate__false input, .form--cols-4 > *[class*="--x7"] .validate__false input, .form--cols-4 > *[class*="--x8"] .validate__false input, .form--cols-4 > *[class*="--x9"] .validate__false input, .form--cols-4 > *[class*="--x10"] .validate__false input, .form--cols-4 > *[class*="--x11"] .validate__false input, .form--cols-4 > *[class*="--x12"] .validate__false input, .form--cols-5 > *[class*="--x1"] .validate__false input, .form--cols-5 > *[class*="--x2"] .validate__false input, .form--cols-5 > *[class*="--x3"] .validate__false input, .form--cols-5 > *[class*="--x4"] .validate__false input, .form--cols-5 > *[class*="--x5"] .validate__false input, .form--cols-5 > *[class*="--x6"] .validate__false input, .form--cols-5 > *[class*="--x7"] .validate__false input, .form--cols-5 > *[class*="--x8"] .validate__false input, .form--cols-5 > *[class*="--x9"] .validate__false input, .form--cols-5 > *[class*="--x10"] .validate__false input, .form--cols-5 > *[class*="--x11"] .validate__false input, .form--cols-5 > *[class*="--x12"] .validate__false input, .form--cols-6 > *[class*="--x1"] .validate__false input, .form--cols-6 > *[class*="--x2"] .validate__false input, .form--cols-6 > *[class*="--x3"] .validate__false input, .form--cols-6 > *[class*="--x4"] .validate__false input, .form--cols-6 > *[class*="--x5"] .validate__false input, .form--cols-6 > *[class*="--x6"] .validate__false input, .form--cols-6 > *[class*="--x7"] .validate__false input, .form--cols-6 > *[class*="--x8"] .validate__false input, .form--cols-6 > *[class*="--x9"] .validate__false input, .form--cols-6 > *[class*="--x10"] .validate__false input, .form--cols-6 > *[class*="--x11"] .validate__false input, .form--cols-6 > *[class*="--x12"] .validate__false input, .form--cols-7 > *[class*="--x1"] .validate__false input, .form--cols-7 > *[class*="--x2"] .validate__false input, .form--cols-7 > *[class*="--x3"] .validate__false input, .form--cols-7 > *[class*="--x4"] .validate__false input, .form--cols-7 > *[class*="--x5"] .validate__false input, .form--cols-7 > *[class*="--x6"] .validate__false input, .form--cols-7 > *[class*="--x7"] .validate__false input, .form--cols-7 > *[class*="--x8"] .validate__false input, .form--cols-7 > *[class*="--x9"] .validate__false input, .form--cols-7 > *[class*="--x10"] .validate__false input, .form--cols-7 > *[class*="--x11"] .validate__false input, .form--cols-7 > *[class*="--x12"] .validate__false input, .form--cols-8 > *[class*="--x1"] .validate__false input, .form--cols-8 > *[class*="--x2"] .validate__false input, .form--cols-8 > *[class*="--x3"] .validate__false input, .form--cols-8 > *[class*="--x4"] .validate__false input, .form--cols-8 > *[class*="--x5"] .validate__false input, .form--cols-8 > *[class*="--x6"] .validate__false input, .form--cols-8 > *[class*="--x7"] .validate__false input, .form--cols-8 > *[class*="--x8"] .validate__false input, .form--cols-8 > *[class*="--x9"] .validate__false input, .form--cols-8 > *[class*="--x10"] .validate__false input, .form--cols-8 > *[class*="--x11"] .validate__false input, .form--cols-8 > *[class*="--x12"] .validate__false input, .form--cols-9 > *[class*="--x1"] .validate__false input, .form--cols-9 > *[class*="--x2"] .validate__false input, .form--cols-9 > *[class*="--x3"] .validate__false input, .form--cols-9 > *[class*="--x4"] .validate__false input, .form--cols-9 > *[class*="--x5"] .validate__false input, .form--cols-9 > *[class*="--x6"] .validate__false input, .form--cols-9 > *[class*="--x7"] .validate__false input, .form--cols-9 > *[class*="--x8"] .validate__false input, .form--cols-9 > *[class*="--x9"] .validate__false input, .form--cols-9 > *[class*="--x10"] .validate__false input, .form--cols-9 > *[class*="--x11"] .validate__false input, .form--cols-9 > *[class*="--x12"] .validate__false input, .form--cols-10 > *[class*="--x1"] .validate__false input, .form--cols-10 > *[class*="--x2"] .validate__false input, .form--cols-10 > *[class*="--x3"] .validate__false input, .form--cols-10 > *[class*="--x4"] .validate__false input, .form--cols-10 > *[class*="--x5"] .validate__false input, .form--cols-10 > *[class*="--x6"] .validate__false input, .form--cols-10 > *[class*="--x7"] .validate__false input, .form--cols-10 > *[class*="--x8"] .validate__false input, .form--cols-10 > *[class*="--x9"] .validate__false input, .form--cols-10 > *[class*="--x10"] .validate__false input, .form--cols-10 > *[class*="--x11"] .validate__false input, .form--cols-10 > *[class*="--x12"] .validate__false input, .form--cols-11 > *[class*="--x1"] .validate__false input, .form--cols-11 > *[class*="--x2"] .validate__false input, .form--cols-11 > *[class*="--x3"] .validate__false input, .form--cols-11 > *[class*="--x4"] .validate__false input, .form--cols-11 > *[class*="--x5"] .validate__false input, .form--cols-11 > *[class*="--x6"] .validate__false input, .form--cols-11 > *[class*="--x7"] .validate__false input, .form--cols-11 > *[class*="--x8"] .validate__false input, .form--cols-11 > *[class*="--x9"] .validate__false input, .form--cols-11 > *[class*="--x10"] .validate__false input, .form--cols-11 > *[class*="--x11"] .validate__false input, .form--cols-11 > *[class*="--x12"] .validate__false input, .form--cols-12 > *[class*="--x1"] .validate__false input, .form--cols-12 > *[class*="--x2"] .validate__false input, .form--cols-12 > *[class*="--x3"] .validate__false input, .form--cols-12 > *[class*="--x4"] .validate__false input, .form--cols-12 > *[class*="--x5"] .validate__false input, .form--cols-12 > *[class*="--x6"] .validate__false input, .form--cols-12 > *[class*="--x7"] .validate__false input, .form--cols-12 > *[class*="--x8"] .validate__false input, .form--cols-12 > *[class*="--x9"] .validate__false input, .form--cols-12 > *[class*="--x10"] .validate__false input, .form--cols-12 > *[class*="--x11"] .validate__false input, .form--cols-12 > *[class*="--x12"] .validate__false input, .form__group--center .validate__false input,
.form__group .validate__false select,
.form--cols-1 > *[class*="--x1"] .validate__false select,
.form--cols-1 > *[class*="--x2"] .validate__false select,
.form--cols-1 > *[class*="--x3"] .validate__false select,
.form--cols-1 > *[class*="--x4"] .validate__false select,
.form--cols-1 > *[class*="--x5"] .validate__false select,
.form--cols-1 > *[class*="--x6"] .validate__false select,
.form--cols-1 > *[class*="--x7"] .validate__false select,
.form--cols-1 > *[class*="--x8"] .validate__false select,
.form--cols-1 > *[class*="--x9"] .validate__false select,
.form--cols-1 > *[class*="--x10"] .validate__false select,
.form--cols-1 > *[class*="--x11"] .validate__false select,
.form--cols-1 > *[class*="--x12"] .validate__false select,
.form--cols-2 > *[class*="--x1"] .validate__false select,
.form--cols-2 > *[class*="--x2"] .validate__false select,
.form--cols-2 > *[class*="--x3"] .validate__false select,
.form--cols-2 > *[class*="--x4"] .validate__false select,
.form--cols-2 > *[class*="--x5"] .validate__false select,
.form--cols-2 > *[class*="--x6"] .validate__false select,
.form--cols-2 > *[class*="--x7"] .validate__false select,
.form--cols-2 > *[class*="--x8"] .validate__false select,
.form--cols-2 > *[class*="--x9"] .validate__false select,
.form--cols-2 > *[class*="--x10"] .validate__false select,
.form--cols-2 > *[class*="--x11"] .validate__false select,
.form--cols-2 > *[class*="--x12"] .validate__false select,
.form--cols-3 > *[class*="--x1"] .validate__false select,
.form--cols-3 > *[class*="--x2"] .validate__false select,
.form--cols-3 > *[class*="--x3"] .validate__false select,
.form--cols-3 > *[class*="--x4"] .validate__false select,
.form--cols-3 > *[class*="--x5"] .validate__false select,
.form--cols-3 > *[class*="--x6"] .validate__false select,
.form--cols-3 > *[class*="--x7"] .validate__false select,
.form--cols-3 > *[class*="--x8"] .validate__false select,
.form--cols-3 > *[class*="--x9"] .validate__false select,
.form--cols-3 > *[class*="--x10"] .validate__false select,
.form--cols-3 > *[class*="--x11"] .validate__false select,
.form--cols-3 > *[class*="--x12"] .validate__false select,
.form--cols-4 > *[class*="--x1"] .validate__false select,
.form--cols-4 > *[class*="--x2"] .validate__false select,
.form--cols-4 > *[class*="--x3"] .validate__false select,
.form--cols-4 > *[class*="--x4"] .validate__false select,
.form--cols-4 > *[class*="--x5"] .validate__false select,
.form--cols-4 > *[class*="--x6"] .validate__false select,
.form--cols-4 > *[class*="--x7"] .validate__false select,
.form--cols-4 > *[class*="--x8"] .validate__false select,
.form--cols-4 > *[class*="--x9"] .validate__false select,
.form--cols-4 > *[class*="--x10"] .validate__false select,
.form--cols-4 > *[class*="--x11"] .validate__false select,
.form--cols-4 > *[class*="--x12"] .validate__false select,
.form--cols-5 > *[class*="--x1"] .validate__false select,
.form--cols-5 > *[class*="--x2"] .validate__false select,
.form--cols-5 > *[class*="--x3"] .validate__false select,
.form--cols-5 > *[class*="--x4"] .validate__false select,
.form--cols-5 > *[class*="--x5"] .validate__false select,
.form--cols-5 > *[class*="--x6"] .validate__false select,
.form--cols-5 > *[class*="--x7"] .validate__false select,
.form--cols-5 > *[class*="--x8"] .validate__false select,
.form--cols-5 > *[class*="--x9"] .validate__false select,
.form--cols-5 > *[class*="--x10"] .validate__false select,
.form--cols-5 > *[class*="--x11"] .validate__false select,
.form--cols-5 > *[class*="--x12"] .validate__false select,
.form--cols-6 > *[class*="--x1"] .validate__false select,
.form--cols-6 > *[class*="--x2"] .validate__false select,
.form--cols-6 > *[class*="--x3"] .validate__false select,
.form--cols-6 > *[class*="--x4"] .validate__false select,
.form--cols-6 > *[class*="--x5"] .validate__false select,
.form--cols-6 > *[class*="--x6"] .validate__false select,
.form--cols-6 > *[class*="--x7"] .validate__false select,
.form--cols-6 > *[class*="--x8"] .validate__false select,
.form--cols-6 > *[class*="--x9"] .validate__false select,
.form--cols-6 > *[class*="--x10"] .validate__false select,
.form--cols-6 > *[class*="--x11"] .validate__false select,
.form--cols-6 > *[class*="--x12"] .validate__false select,
.form--cols-7 > *[class*="--x1"] .validate__false select,
.form--cols-7 > *[class*="--x2"] .validate__false select,
.form--cols-7 > *[class*="--x3"] .validate__false select,
.form--cols-7 > *[class*="--x4"] .validate__false select,
.form--cols-7 > *[class*="--x5"] .validate__false select,
.form--cols-7 > *[class*="--x6"] .validate__false select,
.form--cols-7 > *[class*="--x7"] .validate__false select,
.form--cols-7 > *[class*="--x8"] .validate__false select,
.form--cols-7 > *[class*="--x9"] .validate__false select,
.form--cols-7 > *[class*="--x10"] .validate__false select,
.form--cols-7 > *[class*="--x11"] .validate__false select,
.form--cols-7 > *[class*="--x12"] .validate__false select,
.form--cols-8 > *[class*="--x1"] .validate__false select,
.form--cols-8 > *[class*="--x2"] .validate__false select,
.form--cols-8 > *[class*="--x3"] .validate__false select,
.form--cols-8 > *[class*="--x4"] .validate__false select,
.form--cols-8 > *[class*="--x5"] .validate__false select,
.form--cols-8 > *[class*="--x6"] .validate__false select,
.form--cols-8 > *[class*="--x7"] .validate__false select,
.form--cols-8 > *[class*="--x8"] .validate__false select,
.form--cols-8 > *[class*="--x9"] .validate__false select,
.form--cols-8 > *[class*="--x10"] .validate__false select,
.form--cols-8 > *[class*="--x11"] .validate__false select,
.form--cols-8 > *[class*="--x12"] .validate__false select,
.form--cols-9 > *[class*="--x1"] .validate__false select,
.form--cols-9 > *[class*="--x2"] .validate__false select,
.form--cols-9 > *[class*="--x3"] .validate__false select,
.form--cols-9 > *[class*="--x4"] .validate__false select,
.form--cols-9 > *[class*="--x5"] .validate__false select,
.form--cols-9 > *[class*="--x6"] .validate__false select,
.form--cols-9 > *[class*="--x7"] .validate__false select,
.form--cols-9 > *[class*="--x8"] .validate__false select,
.form--cols-9 > *[class*="--x9"] .validate__false select,
.form--cols-9 > *[class*="--x10"] .validate__false select,
.form--cols-9 > *[class*="--x11"] .validate__false select,
.form--cols-9 > *[class*="--x12"] .validate__false select,
.form--cols-10 > *[class*="--x1"] .validate__false select,
.form--cols-10 > *[class*="--x2"] .validate__false select,
.form--cols-10 > *[class*="--x3"] .validate__false select,
.form--cols-10 > *[class*="--x4"] .validate__false select,
.form--cols-10 > *[class*="--x5"] .validate__false select,
.form--cols-10 > *[class*="--x6"] .validate__false select,
.form--cols-10 > *[class*="--x7"] .validate__false select,
.form--cols-10 > *[class*="--x8"] .validate__false select,
.form--cols-10 > *[class*="--x9"] .validate__false select,
.form--cols-10 > *[class*="--x10"] .validate__false select,
.form--cols-10 > *[class*="--x11"] .validate__false select,
.form--cols-10 > *[class*="--x12"] .validate__false select,
.form--cols-11 > *[class*="--x1"] .validate__false select,
.form--cols-11 > *[class*="--x2"] .validate__false select,
.form--cols-11 > *[class*="--x3"] .validate__false select,
.form--cols-11 > *[class*="--x4"] .validate__false select,
.form--cols-11 > *[class*="--x5"] .validate__false select,
.form--cols-11 > *[class*="--x6"] .validate__false select,
.form--cols-11 > *[class*="--x7"] .validate__false select,
.form--cols-11 > *[class*="--x8"] .validate__false select,
.form--cols-11 > *[class*="--x9"] .validate__false select,
.form--cols-11 > *[class*="--x10"] .validate__false select,
.form--cols-11 > *[class*="--x11"] .validate__false select,
.form--cols-11 > *[class*="--x12"] .validate__false select,
.form--cols-12 > *[class*="--x1"] .validate__false select,
.form--cols-12 > *[class*="--x2"] .validate__false select,
.form--cols-12 > *[class*="--x3"] .validate__false select,
.form--cols-12 > *[class*="--x4"] .validate__false select,
.form--cols-12 > *[class*="--x5"] .validate__false select,
.form--cols-12 > *[class*="--x6"] .validate__false select,
.form--cols-12 > *[class*="--x7"] .validate__false select,
.form--cols-12 > *[class*="--x8"] .validate__false select,
.form--cols-12 > *[class*="--x9"] .validate__false select,
.form--cols-12 > *[class*="--x10"] .validate__false select,
.form--cols-12 > *[class*="--x11"] .validate__false select,
.form--cols-12 > *[class*="--x12"] .validate__false select,
.form__group--center .validate__false select,
.form__group .validate__false .select2-selection,
.form--cols-1 > *[class*="--x1"] .validate__false .select2-selection,
.form--cols-1 > *[class*="--x2"] .validate__false .select2-selection,
.form--cols-1 > *[class*="--x3"] .validate__false .select2-selection,
.form--cols-1 > *[class*="--x4"] .validate__false .select2-selection,
.form--cols-1 > *[class*="--x5"] .validate__false .select2-selection,
.form--cols-1 > *[class*="--x6"] .validate__false .select2-selection,
.form--cols-1 > *[class*="--x7"] .validate__false .select2-selection,
.form--cols-1 > *[class*="--x8"] .validate__false .select2-selection,
.form--cols-1 > *[class*="--x9"] .validate__false .select2-selection,
.form--cols-1 > *[class*="--x10"] .validate__false .select2-selection,
.form--cols-1 > *[class*="--x11"] .validate__false .select2-selection,
.form--cols-1 > *[class*="--x12"] .validate__false .select2-selection,
.form--cols-2 > *[class*="--x1"] .validate__false .select2-selection,
.form--cols-2 > *[class*="--x2"] .validate__false .select2-selection,
.form--cols-2 > *[class*="--x3"] .validate__false .select2-selection,
.form--cols-2 > *[class*="--x4"] .validate__false .select2-selection,
.form--cols-2 > *[class*="--x5"] .validate__false .select2-selection,
.form--cols-2 > *[class*="--x6"] .validate__false .select2-selection,
.form--cols-2 > *[class*="--x7"] .validate__false .select2-selection,
.form--cols-2 > *[class*="--x8"] .validate__false .select2-selection,
.form--cols-2 > *[class*="--x9"] .validate__false .select2-selection,
.form--cols-2 > *[class*="--x10"] .validate__false .select2-selection,
.form--cols-2 > *[class*="--x11"] .validate__false .select2-selection,
.form--cols-2 > *[class*="--x12"] .validate__false .select2-selection,
.form--cols-3 > *[class*="--x1"] .validate__false .select2-selection,
.form--cols-3 > *[class*="--x2"] .validate__false .select2-selection,
.form--cols-3 > *[class*="--x3"] .validate__false .select2-selection,
.form--cols-3 > *[class*="--x4"] .validate__false .select2-selection,
.form--cols-3 > *[class*="--x5"] .validate__false .select2-selection,
.form--cols-3 > *[class*="--x6"] .validate__false .select2-selection,
.form--cols-3 > *[class*="--x7"] .validate__false .select2-selection,
.form--cols-3 > *[class*="--x8"] .validate__false .select2-selection,
.form--cols-3 > *[class*="--x9"] .validate__false .select2-selection,
.form--cols-3 > *[class*="--x10"] .validate__false .select2-selection,
.form--cols-3 > *[class*="--x11"] .validate__false .select2-selection,
.form--cols-3 > *[class*="--x12"] .validate__false .select2-selection,
.form--cols-4 > *[class*="--x1"] .validate__false .select2-selection,
.form--cols-4 > *[class*="--x2"] .validate__false .select2-selection,
.form--cols-4 > *[class*="--x3"] .validate__false .select2-selection,
.form--cols-4 > *[class*="--x4"] .validate__false .select2-selection,
.form--cols-4 > *[class*="--x5"] .validate__false .select2-selection,
.form--cols-4 > *[class*="--x6"] .validate__false .select2-selection,
.form--cols-4 > *[class*="--x7"] .validate__false .select2-selection,
.form--cols-4 > *[class*="--x8"] .validate__false .select2-selection,
.form--cols-4 > *[class*="--x9"] .validate__false .select2-selection,
.form--cols-4 > *[class*="--x10"] .validate__false .select2-selection,
.form--cols-4 > *[class*="--x11"] .validate__false .select2-selection,
.form--cols-4 > *[class*="--x12"] .validate__false .select2-selection,
.form--cols-5 > *[class*="--x1"] .validate__false .select2-selection,
.form--cols-5 > *[class*="--x2"] .validate__false .select2-selection,
.form--cols-5 > *[class*="--x3"] .validate__false .select2-selection,
.form--cols-5 > *[class*="--x4"] .validate__false .select2-selection,
.form--cols-5 > *[class*="--x5"] .validate__false .select2-selection,
.form--cols-5 > *[class*="--x6"] .validate__false .select2-selection,
.form--cols-5 > *[class*="--x7"] .validate__false .select2-selection,
.form--cols-5 > *[class*="--x8"] .validate__false .select2-selection,
.form--cols-5 > *[class*="--x9"] .validate__false .select2-selection,
.form--cols-5 > *[class*="--x10"] .validate__false .select2-selection,
.form--cols-5 > *[class*="--x11"] .validate__false .select2-selection,
.form--cols-5 > *[class*="--x12"] .validate__false .select2-selection,
.form--cols-6 > *[class*="--x1"] .validate__false .select2-selection,
.form--cols-6 > *[class*="--x2"] .validate__false .select2-selection,
.form--cols-6 > *[class*="--x3"] .validate__false .select2-selection,
.form--cols-6 > *[class*="--x4"] .validate__false .select2-selection,
.form--cols-6 > *[class*="--x5"] .validate__false .select2-selection,
.form--cols-6 > *[class*="--x6"] .validate__false .select2-selection,
.form--cols-6 > *[class*="--x7"] .validate__false .select2-selection,
.form--cols-6 > *[class*="--x8"] .validate__false .select2-selection,
.form--cols-6 > *[class*="--x9"] .validate__false .select2-selection,
.form--cols-6 > *[class*="--x10"] .validate__false .select2-selection,
.form--cols-6 > *[class*="--x11"] .validate__false .select2-selection,
.form--cols-6 > *[class*="--x12"] .validate__false .select2-selection,
.form--cols-7 > *[class*="--x1"] .validate__false .select2-selection,
.form--cols-7 > *[class*="--x2"] .validate__false .select2-selection,
.form--cols-7 > *[class*="--x3"] .validate__false .select2-selection,
.form--cols-7 > *[class*="--x4"] .validate__false .select2-selection,
.form--cols-7 > *[class*="--x5"] .validate__false .select2-selection,
.form--cols-7 > *[class*="--x6"] .validate__false .select2-selection,
.form--cols-7 > *[class*="--x7"] .validate__false .select2-selection,
.form--cols-7 > *[class*="--x8"] .validate__false .select2-selection,
.form--cols-7 > *[class*="--x9"] .validate__false .select2-selection,
.form--cols-7 > *[class*="--x10"] .validate__false .select2-selection,
.form--cols-7 > *[class*="--x11"] .validate__false .select2-selection,
.form--cols-7 > *[class*="--x12"] .validate__false .select2-selection,
.form--cols-8 > *[class*="--x1"] .validate__false .select2-selection,
.form--cols-8 > *[class*="--x2"] .validate__false .select2-selection,
.form--cols-8 > *[class*="--x3"] .validate__false .select2-selection,
.form--cols-8 > *[class*="--x4"] .validate__false .select2-selection,
.form--cols-8 > *[class*="--x5"] .validate__false .select2-selection,
.form--cols-8 > *[class*="--x6"] .validate__false .select2-selection,
.form--cols-8 > *[class*="--x7"] .validate__false .select2-selection,
.form--cols-8 > *[class*="--x8"] .validate__false .select2-selection,
.form--cols-8 > *[class*="--x9"] .validate__false .select2-selection,
.form--cols-8 > *[class*="--x10"] .validate__false .select2-selection,
.form--cols-8 > *[class*="--x11"] .validate__false .select2-selection,
.form--cols-8 > *[class*="--x12"] .validate__false .select2-selection,
.form--cols-9 > *[class*="--x1"] .validate__false .select2-selection,
.form--cols-9 > *[class*="--x2"] .validate__false .select2-selection,
.form--cols-9 > *[class*="--x3"] .validate__false .select2-selection,
.form--cols-9 > *[class*="--x4"] .validate__false .select2-selection,
.form--cols-9 > *[class*="--x5"] .validate__false .select2-selection,
.form--cols-9 > *[class*="--x6"] .validate__false .select2-selection,
.form--cols-9 > *[class*="--x7"] .validate__false .select2-selection,
.form--cols-9 > *[class*="--x8"] .validate__false .select2-selection,
.form--cols-9 > *[class*="--x9"] .validate__false .select2-selection,
.form--cols-9 > *[class*="--x10"] .validate__false .select2-selection,
.form--cols-9 > *[class*="--x11"] .validate__false .select2-selection,
.form--cols-9 > *[class*="--x12"] .validate__false .select2-selection,
.form--cols-10 > *[class*="--x1"] .validate__false .select2-selection,
.form--cols-10 > *[class*="--x2"] .validate__false .select2-selection,
.form--cols-10 > *[class*="--x3"] .validate__false .select2-selection,
.form--cols-10 > *[class*="--x4"] .validate__false .select2-selection,
.form--cols-10 > *[class*="--x5"] .validate__false .select2-selection,
.form--cols-10 > *[class*="--x6"] .validate__false .select2-selection,
.form--cols-10 > *[class*="--x7"] .validate__false .select2-selection,
.form--cols-10 > *[class*="--x8"] .validate__false .select2-selection,
.form--cols-10 > *[class*="--x9"] .validate__false .select2-selection,
.form--cols-10 > *[class*="--x10"] .validate__false .select2-selection,
.form--cols-10 > *[class*="--x11"] .validate__false .select2-selection,
.form--cols-10 > *[class*="--x12"] .validate__false .select2-selection,
.form--cols-11 > *[class*="--x1"] .validate__false .select2-selection,
.form--cols-11 > *[class*="--x2"] .validate__false .select2-selection,
.form--cols-11 > *[class*="--x3"] .validate__false .select2-selection,
.form--cols-11 > *[class*="--x4"] .validate__false .select2-selection,
.form--cols-11 > *[class*="--x5"] .validate__false .select2-selection,
.form--cols-11 > *[class*="--x6"] .validate__false .select2-selection,
.form--cols-11 > *[class*="--x7"] .validate__false .select2-selection,
.form--cols-11 > *[class*="--x8"] .validate__false .select2-selection,
.form--cols-11 > *[class*="--x9"] .validate__false .select2-selection,
.form--cols-11 > *[class*="--x10"] .validate__false .select2-selection,
.form--cols-11 > *[class*="--x11"] .validate__false .select2-selection,
.form--cols-11 > *[class*="--x12"] .validate__false .select2-selection,
.form--cols-12 > *[class*="--x1"] .validate__false .select2-selection,
.form--cols-12 > *[class*="--x2"] .validate__false .select2-selection,
.form--cols-12 > *[class*="--x3"] .validate__false .select2-selection,
.form--cols-12 > *[class*="--x4"] .validate__false .select2-selection,
.form--cols-12 > *[class*="--x5"] .validate__false .select2-selection,
.form--cols-12 > *[class*="--x6"] .validate__false .select2-selection,
.form--cols-12 > *[class*="--x7"] .validate__false .select2-selection,
.form--cols-12 > *[class*="--x8"] .validate__false .select2-selection,
.form--cols-12 > *[class*="--x9"] .validate__false .select2-selection,
.form--cols-12 > *[class*="--x10"] .validate__false .select2-selection,
.form--cols-12 > *[class*="--x11"] .validate__false .select2-selection,
.form--cols-12 > *[class*="--x12"] .validate__false .select2-selection,
.form__group--center .validate__false .select2-selection {
  border-color: var(--color-danger);
}
.form__group .validate__false + em, .form--cols-1 > *[class*="--x1"] .validate__false + em, .form--cols-1 > *[class*="--x2"] .validate__false + em, .form--cols-1 > *[class*="--x3"] .validate__false + em, .form--cols-1 > *[class*="--x4"] .validate__false + em, .form--cols-1 > *[class*="--x5"] .validate__false + em, .form--cols-1 > *[class*="--x6"] .validate__false + em, .form--cols-1 > *[class*="--x7"] .validate__false + em, .form--cols-1 > *[class*="--x8"] .validate__false + em, .form--cols-1 > *[class*="--x9"] .validate__false + em, .form--cols-1 > *[class*="--x10"] .validate__false + em, .form--cols-1 > *[class*="--x11"] .validate__false + em, .form--cols-1 > *[class*="--x12"] .validate__false + em, .form--cols-2 > *[class*="--x1"] .validate__false + em, .form--cols-2 > *[class*="--x2"] .validate__false + em, .form--cols-2 > *[class*="--x3"] .validate__false + em, .form--cols-2 > *[class*="--x4"] .validate__false + em, .form--cols-2 > *[class*="--x5"] .validate__false + em, .form--cols-2 > *[class*="--x6"] .validate__false + em, .form--cols-2 > *[class*="--x7"] .validate__false + em, .form--cols-2 > *[class*="--x8"] .validate__false + em, .form--cols-2 > *[class*="--x9"] .validate__false + em, .form--cols-2 > *[class*="--x10"] .validate__false + em, .form--cols-2 > *[class*="--x11"] .validate__false + em, .form--cols-2 > *[class*="--x12"] .validate__false + em, .form--cols-3 > *[class*="--x1"] .validate__false + em, .form--cols-3 > *[class*="--x2"] .validate__false + em, .form--cols-3 > *[class*="--x3"] .validate__false + em, .form--cols-3 > *[class*="--x4"] .validate__false + em, .form--cols-3 > *[class*="--x5"] .validate__false + em, .form--cols-3 > *[class*="--x6"] .validate__false + em, .form--cols-3 > *[class*="--x7"] .validate__false + em, .form--cols-3 > *[class*="--x8"] .validate__false + em, .form--cols-3 > *[class*="--x9"] .validate__false + em, .form--cols-3 > *[class*="--x10"] .validate__false + em, .form--cols-3 > *[class*="--x11"] .validate__false + em, .form--cols-3 > *[class*="--x12"] .validate__false + em, .form--cols-4 > *[class*="--x1"] .validate__false + em, .form--cols-4 > *[class*="--x2"] .validate__false + em, .form--cols-4 > *[class*="--x3"] .validate__false + em, .form--cols-4 > *[class*="--x4"] .validate__false + em, .form--cols-4 > *[class*="--x5"] .validate__false + em, .form--cols-4 > *[class*="--x6"] .validate__false + em, .form--cols-4 > *[class*="--x7"] .validate__false + em, .form--cols-4 > *[class*="--x8"] .validate__false + em, .form--cols-4 > *[class*="--x9"] .validate__false + em, .form--cols-4 > *[class*="--x10"] .validate__false + em, .form--cols-4 > *[class*="--x11"] .validate__false + em, .form--cols-4 > *[class*="--x12"] .validate__false + em, .form--cols-5 > *[class*="--x1"] .validate__false + em, .form--cols-5 > *[class*="--x2"] .validate__false + em, .form--cols-5 > *[class*="--x3"] .validate__false + em, .form--cols-5 > *[class*="--x4"] .validate__false + em, .form--cols-5 > *[class*="--x5"] .validate__false + em, .form--cols-5 > *[class*="--x6"] .validate__false + em, .form--cols-5 > *[class*="--x7"] .validate__false + em, .form--cols-5 > *[class*="--x8"] .validate__false + em, .form--cols-5 > *[class*="--x9"] .validate__false + em, .form--cols-5 > *[class*="--x10"] .validate__false + em, .form--cols-5 > *[class*="--x11"] .validate__false + em, .form--cols-5 > *[class*="--x12"] .validate__false + em, .form--cols-6 > *[class*="--x1"] .validate__false + em, .form--cols-6 > *[class*="--x2"] .validate__false + em, .form--cols-6 > *[class*="--x3"] .validate__false + em, .form--cols-6 > *[class*="--x4"] .validate__false + em, .form--cols-6 > *[class*="--x5"] .validate__false + em, .form--cols-6 > *[class*="--x6"] .validate__false + em, .form--cols-6 > *[class*="--x7"] .validate__false + em, .form--cols-6 > *[class*="--x8"] .validate__false + em, .form--cols-6 > *[class*="--x9"] .validate__false + em, .form--cols-6 > *[class*="--x10"] .validate__false + em, .form--cols-6 > *[class*="--x11"] .validate__false + em, .form--cols-6 > *[class*="--x12"] .validate__false + em, .form--cols-7 > *[class*="--x1"] .validate__false + em, .form--cols-7 > *[class*="--x2"] .validate__false + em, .form--cols-7 > *[class*="--x3"] .validate__false + em, .form--cols-7 > *[class*="--x4"] .validate__false + em, .form--cols-7 > *[class*="--x5"] .validate__false + em, .form--cols-7 > *[class*="--x6"] .validate__false + em, .form--cols-7 > *[class*="--x7"] .validate__false + em, .form--cols-7 > *[class*="--x8"] .validate__false + em, .form--cols-7 > *[class*="--x9"] .validate__false + em, .form--cols-7 > *[class*="--x10"] .validate__false + em, .form--cols-7 > *[class*="--x11"] .validate__false + em, .form--cols-7 > *[class*="--x12"] .validate__false + em, .form--cols-8 > *[class*="--x1"] .validate__false + em, .form--cols-8 > *[class*="--x2"] .validate__false + em, .form--cols-8 > *[class*="--x3"] .validate__false + em, .form--cols-8 > *[class*="--x4"] .validate__false + em, .form--cols-8 > *[class*="--x5"] .validate__false + em, .form--cols-8 > *[class*="--x6"] .validate__false + em, .form--cols-8 > *[class*="--x7"] .validate__false + em, .form--cols-8 > *[class*="--x8"] .validate__false + em, .form--cols-8 > *[class*="--x9"] .validate__false + em, .form--cols-8 > *[class*="--x10"] .validate__false + em, .form--cols-8 > *[class*="--x11"] .validate__false + em, .form--cols-8 > *[class*="--x12"] .validate__false + em, .form--cols-9 > *[class*="--x1"] .validate__false + em, .form--cols-9 > *[class*="--x2"] .validate__false + em, .form--cols-9 > *[class*="--x3"] .validate__false + em, .form--cols-9 > *[class*="--x4"] .validate__false + em, .form--cols-9 > *[class*="--x5"] .validate__false + em, .form--cols-9 > *[class*="--x6"] .validate__false + em, .form--cols-9 > *[class*="--x7"] .validate__false + em, .form--cols-9 > *[class*="--x8"] .validate__false + em, .form--cols-9 > *[class*="--x9"] .validate__false + em, .form--cols-9 > *[class*="--x10"] .validate__false + em, .form--cols-9 > *[class*="--x11"] .validate__false + em, .form--cols-9 > *[class*="--x12"] .validate__false + em, .form--cols-10 > *[class*="--x1"] .validate__false + em, .form--cols-10 > *[class*="--x2"] .validate__false + em, .form--cols-10 > *[class*="--x3"] .validate__false + em, .form--cols-10 > *[class*="--x4"] .validate__false + em, .form--cols-10 > *[class*="--x5"] .validate__false + em, .form--cols-10 > *[class*="--x6"] .validate__false + em, .form--cols-10 > *[class*="--x7"] .validate__false + em, .form--cols-10 > *[class*="--x8"] .validate__false + em, .form--cols-10 > *[class*="--x9"] .validate__false + em, .form--cols-10 > *[class*="--x10"] .validate__false + em, .form--cols-10 > *[class*="--x11"] .validate__false + em, .form--cols-10 > *[class*="--x12"] .validate__false + em, .form--cols-11 > *[class*="--x1"] .validate__false + em, .form--cols-11 > *[class*="--x2"] .validate__false + em, .form--cols-11 > *[class*="--x3"] .validate__false + em, .form--cols-11 > *[class*="--x4"] .validate__false + em, .form--cols-11 > *[class*="--x5"] .validate__false + em, .form--cols-11 > *[class*="--x6"] .validate__false + em, .form--cols-11 > *[class*="--x7"] .validate__false + em, .form--cols-11 > *[class*="--x8"] .validate__false + em, .form--cols-11 > *[class*="--x9"] .validate__false + em, .form--cols-11 > *[class*="--x10"] .validate__false + em, .form--cols-11 > *[class*="--x11"] .validate__false + em, .form--cols-11 > *[class*="--x12"] .validate__false + em, .form--cols-12 > *[class*="--x1"] .validate__false + em, .form--cols-12 > *[class*="--x2"] .validate__false + em, .form--cols-12 > *[class*="--x3"] .validate__false + em, .form--cols-12 > *[class*="--x4"] .validate__false + em, .form--cols-12 > *[class*="--x5"] .validate__false + em, .form--cols-12 > *[class*="--x6"] .validate__false + em, .form--cols-12 > *[class*="--x7"] .validate__false + em, .form--cols-12 > *[class*="--x8"] .validate__false + em, .form--cols-12 > *[class*="--x9"] .validate__false + em, .form--cols-12 > *[class*="--x10"] .validate__false + em, .form--cols-12 > *[class*="--x11"] .validate__false + em, .form--cols-12 > *[class*="--x12"] .validate__false + em, .form__group--center .validate__false + em,
.form__group .validate__false > em,
.form--cols-1 > *[class*="--x1"] .validate__false > em,
.form--cols-1 > *[class*="--x2"] .validate__false > em,
.form--cols-1 > *[class*="--x3"] .validate__false > em,
.form--cols-1 > *[class*="--x4"] .validate__false > em,
.form--cols-1 > *[class*="--x5"] .validate__false > em,
.form--cols-1 > *[class*="--x6"] .validate__false > em,
.form--cols-1 > *[class*="--x7"] .validate__false > em,
.form--cols-1 > *[class*="--x8"] .validate__false > em,
.form--cols-1 > *[class*="--x9"] .validate__false > em,
.form--cols-1 > *[class*="--x10"] .validate__false > em,
.form--cols-1 > *[class*="--x11"] .validate__false > em,
.form--cols-1 > *[class*="--x12"] .validate__false > em,
.form--cols-2 > *[class*="--x1"] .validate__false > em,
.form--cols-2 > *[class*="--x2"] .validate__false > em,
.form--cols-2 > *[class*="--x3"] .validate__false > em,
.form--cols-2 > *[class*="--x4"] .validate__false > em,
.form--cols-2 > *[class*="--x5"] .validate__false > em,
.form--cols-2 > *[class*="--x6"] .validate__false > em,
.form--cols-2 > *[class*="--x7"] .validate__false > em,
.form--cols-2 > *[class*="--x8"] .validate__false > em,
.form--cols-2 > *[class*="--x9"] .validate__false > em,
.form--cols-2 > *[class*="--x10"] .validate__false > em,
.form--cols-2 > *[class*="--x11"] .validate__false > em,
.form--cols-2 > *[class*="--x12"] .validate__false > em,
.form--cols-3 > *[class*="--x1"] .validate__false > em,
.form--cols-3 > *[class*="--x2"] .validate__false > em,
.form--cols-3 > *[class*="--x3"] .validate__false > em,
.form--cols-3 > *[class*="--x4"] .validate__false > em,
.form--cols-3 > *[class*="--x5"] .validate__false > em,
.form--cols-3 > *[class*="--x6"] .validate__false > em,
.form--cols-3 > *[class*="--x7"] .validate__false > em,
.form--cols-3 > *[class*="--x8"] .validate__false > em,
.form--cols-3 > *[class*="--x9"] .validate__false > em,
.form--cols-3 > *[class*="--x10"] .validate__false > em,
.form--cols-3 > *[class*="--x11"] .validate__false > em,
.form--cols-3 > *[class*="--x12"] .validate__false > em,
.form--cols-4 > *[class*="--x1"] .validate__false > em,
.form--cols-4 > *[class*="--x2"] .validate__false > em,
.form--cols-4 > *[class*="--x3"] .validate__false > em,
.form--cols-4 > *[class*="--x4"] .validate__false > em,
.form--cols-4 > *[class*="--x5"] .validate__false > em,
.form--cols-4 > *[class*="--x6"] .validate__false > em,
.form--cols-4 > *[class*="--x7"] .validate__false > em,
.form--cols-4 > *[class*="--x8"] .validate__false > em,
.form--cols-4 > *[class*="--x9"] .validate__false > em,
.form--cols-4 > *[class*="--x10"] .validate__false > em,
.form--cols-4 > *[class*="--x11"] .validate__false > em,
.form--cols-4 > *[class*="--x12"] .validate__false > em,
.form--cols-5 > *[class*="--x1"] .validate__false > em,
.form--cols-5 > *[class*="--x2"] .validate__false > em,
.form--cols-5 > *[class*="--x3"] .validate__false > em,
.form--cols-5 > *[class*="--x4"] .validate__false > em,
.form--cols-5 > *[class*="--x5"] .validate__false > em,
.form--cols-5 > *[class*="--x6"] .validate__false > em,
.form--cols-5 > *[class*="--x7"] .validate__false > em,
.form--cols-5 > *[class*="--x8"] .validate__false > em,
.form--cols-5 > *[class*="--x9"] .validate__false > em,
.form--cols-5 > *[class*="--x10"] .validate__false > em,
.form--cols-5 > *[class*="--x11"] .validate__false > em,
.form--cols-5 > *[class*="--x12"] .validate__false > em,
.form--cols-6 > *[class*="--x1"] .validate__false > em,
.form--cols-6 > *[class*="--x2"] .validate__false > em,
.form--cols-6 > *[class*="--x3"] .validate__false > em,
.form--cols-6 > *[class*="--x4"] .validate__false > em,
.form--cols-6 > *[class*="--x5"] .validate__false > em,
.form--cols-6 > *[class*="--x6"] .validate__false > em,
.form--cols-6 > *[class*="--x7"] .validate__false > em,
.form--cols-6 > *[class*="--x8"] .validate__false > em,
.form--cols-6 > *[class*="--x9"] .validate__false > em,
.form--cols-6 > *[class*="--x10"] .validate__false > em,
.form--cols-6 > *[class*="--x11"] .validate__false > em,
.form--cols-6 > *[class*="--x12"] .validate__false > em,
.form--cols-7 > *[class*="--x1"] .validate__false > em,
.form--cols-7 > *[class*="--x2"] .validate__false > em,
.form--cols-7 > *[class*="--x3"] .validate__false > em,
.form--cols-7 > *[class*="--x4"] .validate__false > em,
.form--cols-7 > *[class*="--x5"] .validate__false > em,
.form--cols-7 > *[class*="--x6"] .validate__false > em,
.form--cols-7 > *[class*="--x7"] .validate__false > em,
.form--cols-7 > *[class*="--x8"] .validate__false > em,
.form--cols-7 > *[class*="--x9"] .validate__false > em,
.form--cols-7 > *[class*="--x10"] .validate__false > em,
.form--cols-7 > *[class*="--x11"] .validate__false > em,
.form--cols-7 > *[class*="--x12"] .validate__false > em,
.form--cols-8 > *[class*="--x1"] .validate__false > em,
.form--cols-8 > *[class*="--x2"] .validate__false > em,
.form--cols-8 > *[class*="--x3"] .validate__false > em,
.form--cols-8 > *[class*="--x4"] .validate__false > em,
.form--cols-8 > *[class*="--x5"] .validate__false > em,
.form--cols-8 > *[class*="--x6"] .validate__false > em,
.form--cols-8 > *[class*="--x7"] .validate__false > em,
.form--cols-8 > *[class*="--x8"] .validate__false > em,
.form--cols-8 > *[class*="--x9"] .validate__false > em,
.form--cols-8 > *[class*="--x10"] .validate__false > em,
.form--cols-8 > *[class*="--x11"] .validate__false > em,
.form--cols-8 > *[class*="--x12"] .validate__false > em,
.form--cols-9 > *[class*="--x1"] .validate__false > em,
.form--cols-9 > *[class*="--x2"] .validate__false > em,
.form--cols-9 > *[class*="--x3"] .validate__false > em,
.form--cols-9 > *[class*="--x4"] .validate__false > em,
.form--cols-9 > *[class*="--x5"] .validate__false > em,
.form--cols-9 > *[class*="--x6"] .validate__false > em,
.form--cols-9 > *[class*="--x7"] .validate__false > em,
.form--cols-9 > *[class*="--x8"] .validate__false > em,
.form--cols-9 > *[class*="--x9"] .validate__false > em,
.form--cols-9 > *[class*="--x10"] .validate__false > em,
.form--cols-9 > *[class*="--x11"] .validate__false > em,
.form--cols-9 > *[class*="--x12"] .validate__false > em,
.form--cols-10 > *[class*="--x1"] .validate__false > em,
.form--cols-10 > *[class*="--x2"] .validate__false > em,
.form--cols-10 > *[class*="--x3"] .validate__false > em,
.form--cols-10 > *[class*="--x4"] .validate__false > em,
.form--cols-10 > *[class*="--x5"] .validate__false > em,
.form--cols-10 > *[class*="--x6"] .validate__false > em,
.form--cols-10 > *[class*="--x7"] .validate__false > em,
.form--cols-10 > *[class*="--x8"] .validate__false > em,
.form--cols-10 > *[class*="--x9"] .validate__false > em,
.form--cols-10 > *[class*="--x10"] .validate__false > em,
.form--cols-10 > *[class*="--x11"] .validate__false > em,
.form--cols-10 > *[class*="--x12"] .validate__false > em,
.form--cols-11 > *[class*="--x1"] .validate__false > em,
.form--cols-11 > *[class*="--x2"] .validate__false > em,
.form--cols-11 > *[class*="--x3"] .validate__false > em,
.form--cols-11 > *[class*="--x4"] .validate__false > em,
.form--cols-11 > *[class*="--x5"] .validate__false > em,
.form--cols-11 > *[class*="--x6"] .validate__false > em,
.form--cols-11 > *[class*="--x7"] .validate__false > em,
.form--cols-11 > *[class*="--x8"] .validate__false > em,
.form--cols-11 > *[class*="--x9"] .validate__false > em,
.form--cols-11 > *[class*="--x10"] .validate__false > em,
.form--cols-11 > *[class*="--x11"] .validate__false > em,
.form--cols-11 > *[class*="--x12"] .validate__false > em,
.form--cols-12 > *[class*="--x1"] .validate__false > em,
.form--cols-12 > *[class*="--x2"] .validate__false > em,
.form--cols-12 > *[class*="--x3"] .validate__false > em,
.form--cols-12 > *[class*="--x4"] .validate__false > em,
.form--cols-12 > *[class*="--x5"] .validate__false > em,
.form--cols-12 > *[class*="--x6"] .validate__false > em,
.form--cols-12 > *[class*="--x7"] .validate__false > em,
.form--cols-12 > *[class*="--x8"] .validate__false > em,
.form--cols-12 > *[class*="--x9"] .validate__false > em,
.form--cols-12 > *[class*="--x10"] .validate__false > em,
.form--cols-12 > *[class*="--x11"] .validate__false > em,
.form--cols-12 > *[class*="--x12"] .validate__false > em,
.form__group--center .validate__false > em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  gap: 0 3px;
}
.form__group input[type=checkbox] + label, .form--cols-1 > *[class*="--x1"] input[type=checkbox] + label, .form--cols-1 > *[class*="--x2"] input[type=checkbox] + label, .form--cols-1 > *[class*="--x3"] input[type=checkbox] + label, .form--cols-1 > *[class*="--x4"] input[type=checkbox] + label, .form--cols-1 > *[class*="--x5"] input[type=checkbox] + label, .form--cols-1 > *[class*="--x6"] input[type=checkbox] + label, .form--cols-1 > *[class*="--x7"] input[type=checkbox] + label, .form--cols-1 > *[class*="--x8"] input[type=checkbox] + label, .form--cols-1 > *[class*="--x9"] input[type=checkbox] + label, .form--cols-1 > *[class*="--x10"] input[type=checkbox] + label, .form--cols-1 > *[class*="--x11"] input[type=checkbox] + label, .form--cols-1 > *[class*="--x12"] input[type=checkbox] + label, .form--cols-2 > *[class*="--x1"] input[type=checkbox] + label, .form--cols-2 > *[class*="--x2"] input[type=checkbox] + label, .form--cols-2 > *[class*="--x3"] input[type=checkbox] + label, .form--cols-2 > *[class*="--x4"] input[type=checkbox] + label, .form--cols-2 > *[class*="--x5"] input[type=checkbox] + label, .form--cols-2 > *[class*="--x6"] input[type=checkbox] + label, .form--cols-2 > *[class*="--x7"] input[type=checkbox] + label, .form--cols-2 > *[class*="--x8"] input[type=checkbox] + label, .form--cols-2 > *[class*="--x9"] input[type=checkbox] + label, .form--cols-2 > *[class*="--x10"] input[type=checkbox] + label, .form--cols-2 > *[class*="--x11"] input[type=checkbox] + label, .form--cols-2 > *[class*="--x12"] input[type=checkbox] + label, .form--cols-3 > *[class*="--x1"] input[type=checkbox] + label, .form--cols-3 > *[class*="--x2"] input[type=checkbox] + label, .form--cols-3 > *[class*="--x3"] input[type=checkbox] + label, .form--cols-3 > *[class*="--x4"] input[type=checkbox] + label, .form--cols-3 > *[class*="--x5"] input[type=checkbox] + label, .form--cols-3 > *[class*="--x6"] input[type=checkbox] + label, .form--cols-3 > *[class*="--x7"] input[type=checkbox] + label, .form--cols-3 > *[class*="--x8"] input[type=checkbox] + label, .form--cols-3 > *[class*="--x9"] input[type=checkbox] + label, .form--cols-3 > *[class*="--x10"] input[type=checkbox] + label, .form--cols-3 > *[class*="--x11"] input[type=checkbox] + label, .form--cols-3 > *[class*="--x12"] input[type=checkbox] + label, .form--cols-4 > *[class*="--x1"] input[type=checkbox] + label, .form--cols-4 > *[class*="--x2"] input[type=checkbox] + label, .form--cols-4 > *[class*="--x3"] input[type=checkbox] + label, .form--cols-4 > *[class*="--x4"] input[type=checkbox] + label, .form--cols-4 > *[class*="--x5"] input[type=checkbox] + label, .form--cols-4 > *[class*="--x6"] input[type=checkbox] + label, .form--cols-4 > *[class*="--x7"] input[type=checkbox] + label, .form--cols-4 > *[class*="--x8"] input[type=checkbox] + label, .form--cols-4 > *[class*="--x9"] input[type=checkbox] + label, .form--cols-4 > *[class*="--x10"] input[type=checkbox] + label, .form--cols-4 > *[class*="--x11"] input[type=checkbox] + label, .form--cols-4 > *[class*="--x12"] input[type=checkbox] + label, .form--cols-5 > *[class*="--x1"] input[type=checkbox] + label, .form--cols-5 > *[class*="--x2"] input[type=checkbox] + label, .form--cols-5 > *[class*="--x3"] input[type=checkbox] + label, .form--cols-5 > *[class*="--x4"] input[type=checkbox] + label, .form--cols-5 > *[class*="--x5"] input[type=checkbox] + label, .form--cols-5 > *[class*="--x6"] input[type=checkbox] + label, .form--cols-5 > *[class*="--x7"] input[type=checkbox] + label, .form--cols-5 > *[class*="--x8"] input[type=checkbox] + label, .form--cols-5 > *[class*="--x9"] input[type=checkbox] + label, .form--cols-5 > *[class*="--x10"] input[type=checkbox] + label, .form--cols-5 > *[class*="--x11"] input[type=checkbox] + label, .form--cols-5 > *[class*="--x12"] input[type=checkbox] + label, .form--cols-6 > *[class*="--x1"] input[type=checkbox] + label, .form--cols-6 > *[class*="--x2"] input[type=checkbox] + label, .form--cols-6 > *[class*="--x3"] input[type=checkbox] + label, .form--cols-6 > *[class*="--x4"] input[type=checkbox] + label, .form--cols-6 > *[class*="--x5"] input[type=checkbox] + label, .form--cols-6 > *[class*="--x6"] input[type=checkbox] + label, .form--cols-6 > *[class*="--x7"] input[type=checkbox] + label, .form--cols-6 > *[class*="--x8"] input[type=checkbox] + label, .form--cols-6 > *[class*="--x9"] input[type=checkbox] + label, .form--cols-6 > *[class*="--x10"] input[type=checkbox] + label, .form--cols-6 > *[class*="--x11"] input[type=checkbox] + label, .form--cols-6 > *[class*="--x12"] input[type=checkbox] + label, .form--cols-7 > *[class*="--x1"] input[type=checkbox] + label, .form--cols-7 > *[class*="--x2"] input[type=checkbox] + label, .form--cols-7 > *[class*="--x3"] input[type=checkbox] + label, .form--cols-7 > *[class*="--x4"] input[type=checkbox] + label, .form--cols-7 > *[class*="--x5"] input[type=checkbox] + label, .form--cols-7 > *[class*="--x6"] input[type=checkbox] + label, .form--cols-7 > *[class*="--x7"] input[type=checkbox] + label, .form--cols-7 > *[class*="--x8"] input[type=checkbox] + label, .form--cols-7 > *[class*="--x9"] input[type=checkbox] + label, .form--cols-7 > *[class*="--x10"] input[type=checkbox] + label, .form--cols-7 > *[class*="--x11"] input[type=checkbox] + label, .form--cols-7 > *[class*="--x12"] input[type=checkbox] + label, .form--cols-8 > *[class*="--x1"] input[type=checkbox] + label, .form--cols-8 > *[class*="--x2"] input[type=checkbox] + label, .form--cols-8 > *[class*="--x3"] input[type=checkbox] + label, .form--cols-8 > *[class*="--x4"] input[type=checkbox] + label, .form--cols-8 > *[class*="--x5"] input[type=checkbox] + label, .form--cols-8 > *[class*="--x6"] input[type=checkbox] + label, .form--cols-8 > *[class*="--x7"] input[type=checkbox] + label, .form--cols-8 > *[class*="--x8"] input[type=checkbox] + label, .form--cols-8 > *[class*="--x9"] input[type=checkbox] + label, .form--cols-8 > *[class*="--x10"] input[type=checkbox] + label, .form--cols-8 > *[class*="--x11"] input[type=checkbox] + label, .form--cols-8 > *[class*="--x12"] input[type=checkbox] + label, .form--cols-9 > *[class*="--x1"] input[type=checkbox] + label, .form--cols-9 > *[class*="--x2"] input[type=checkbox] + label, .form--cols-9 > *[class*="--x3"] input[type=checkbox] + label, .form--cols-9 > *[class*="--x4"] input[type=checkbox] + label, .form--cols-9 > *[class*="--x5"] input[type=checkbox] + label, .form--cols-9 > *[class*="--x6"] input[type=checkbox] + label, .form--cols-9 > *[class*="--x7"] input[type=checkbox] + label, .form--cols-9 > *[class*="--x8"] input[type=checkbox] + label, .form--cols-9 > *[class*="--x9"] input[type=checkbox] + label, .form--cols-9 > *[class*="--x10"] input[type=checkbox] + label, .form--cols-9 > *[class*="--x11"] input[type=checkbox] + label, .form--cols-9 > *[class*="--x12"] input[type=checkbox] + label, .form--cols-10 > *[class*="--x1"] input[type=checkbox] + label, .form--cols-10 > *[class*="--x2"] input[type=checkbox] + label, .form--cols-10 > *[class*="--x3"] input[type=checkbox] + label, .form--cols-10 > *[class*="--x4"] input[type=checkbox] + label, .form--cols-10 > *[class*="--x5"] input[type=checkbox] + label, .form--cols-10 > *[class*="--x6"] input[type=checkbox] + label, .form--cols-10 > *[class*="--x7"] input[type=checkbox] + label, .form--cols-10 > *[class*="--x8"] input[type=checkbox] + label, .form--cols-10 > *[class*="--x9"] input[type=checkbox] + label, .form--cols-10 > *[class*="--x10"] input[type=checkbox] + label, .form--cols-10 > *[class*="--x11"] input[type=checkbox] + label, .form--cols-10 > *[class*="--x12"] input[type=checkbox] + label, .form--cols-11 > *[class*="--x1"] input[type=checkbox] + label, .form--cols-11 > *[class*="--x2"] input[type=checkbox] + label, .form--cols-11 > *[class*="--x3"] input[type=checkbox] + label, .form--cols-11 > *[class*="--x4"] input[type=checkbox] + label, .form--cols-11 > *[class*="--x5"] input[type=checkbox] + label, .form--cols-11 > *[class*="--x6"] input[type=checkbox] + label, .form--cols-11 > *[class*="--x7"] input[type=checkbox] + label, .form--cols-11 > *[class*="--x8"] input[type=checkbox] + label, .form--cols-11 > *[class*="--x9"] input[type=checkbox] + label, .form--cols-11 > *[class*="--x10"] input[type=checkbox] + label, .form--cols-11 > *[class*="--x11"] input[type=checkbox] + label, .form--cols-11 > *[class*="--x12"] input[type=checkbox] + label, .form--cols-12 > *[class*="--x1"] input[type=checkbox] + label, .form--cols-12 > *[class*="--x2"] input[type=checkbox] + label, .form--cols-12 > *[class*="--x3"] input[type=checkbox] + label, .form--cols-12 > *[class*="--x4"] input[type=checkbox] + label, .form--cols-12 > *[class*="--x5"] input[type=checkbox] + label, .form--cols-12 > *[class*="--x6"] input[type=checkbox] + label, .form--cols-12 > *[class*="--x7"] input[type=checkbox] + label, .form--cols-12 > *[class*="--x8"] input[type=checkbox] + label, .form--cols-12 > *[class*="--x9"] input[type=checkbox] + label, .form--cols-12 > *[class*="--x10"] input[type=checkbox] + label, .form--cols-12 > *[class*="--x11"] input[type=checkbox] + label, .form--cols-12 > *[class*="--x12"] input[type=checkbox] + label, .form__group--center input[type=checkbox] + label,
.form__group input[type=radio] + label,
.form--cols-1 > *[class*="--x1"] input[type=radio] + label,
.form--cols-1 > *[class*="--x2"] input[type=radio] + label,
.form--cols-1 > *[class*="--x3"] input[type=radio] + label,
.form--cols-1 > *[class*="--x4"] input[type=radio] + label,
.form--cols-1 > *[class*="--x5"] input[type=radio] + label,
.form--cols-1 > *[class*="--x6"] input[type=radio] + label,
.form--cols-1 > *[class*="--x7"] input[type=radio] + label,
.form--cols-1 > *[class*="--x8"] input[type=radio] + label,
.form--cols-1 > *[class*="--x9"] input[type=radio] + label,
.form--cols-1 > *[class*="--x10"] input[type=radio] + label,
.form--cols-1 > *[class*="--x11"] input[type=radio] + label,
.form--cols-1 > *[class*="--x12"] input[type=radio] + label,
.form--cols-2 > *[class*="--x1"] input[type=radio] + label,
.form--cols-2 > *[class*="--x2"] input[type=radio] + label,
.form--cols-2 > *[class*="--x3"] input[type=radio] + label,
.form--cols-2 > *[class*="--x4"] input[type=radio] + label,
.form--cols-2 > *[class*="--x5"] input[type=radio] + label,
.form--cols-2 > *[class*="--x6"] input[type=radio] + label,
.form--cols-2 > *[class*="--x7"] input[type=radio] + label,
.form--cols-2 > *[class*="--x8"] input[type=radio] + label,
.form--cols-2 > *[class*="--x9"] input[type=radio] + label,
.form--cols-2 > *[class*="--x10"] input[type=radio] + label,
.form--cols-2 > *[class*="--x11"] input[type=radio] + label,
.form--cols-2 > *[class*="--x12"] input[type=radio] + label,
.form--cols-3 > *[class*="--x1"] input[type=radio] + label,
.form--cols-3 > *[class*="--x2"] input[type=radio] + label,
.form--cols-3 > *[class*="--x3"] input[type=radio] + label,
.form--cols-3 > *[class*="--x4"] input[type=radio] + label,
.form--cols-3 > *[class*="--x5"] input[type=radio] + label,
.form--cols-3 > *[class*="--x6"] input[type=radio] + label,
.form--cols-3 > *[class*="--x7"] input[type=radio] + label,
.form--cols-3 > *[class*="--x8"] input[type=radio] + label,
.form--cols-3 > *[class*="--x9"] input[type=radio] + label,
.form--cols-3 > *[class*="--x10"] input[type=radio] + label,
.form--cols-3 > *[class*="--x11"] input[type=radio] + label,
.form--cols-3 > *[class*="--x12"] input[type=radio] + label,
.form--cols-4 > *[class*="--x1"] input[type=radio] + label,
.form--cols-4 > *[class*="--x2"] input[type=radio] + label,
.form--cols-4 > *[class*="--x3"] input[type=radio] + label,
.form--cols-4 > *[class*="--x4"] input[type=radio] + label,
.form--cols-4 > *[class*="--x5"] input[type=radio] + label,
.form--cols-4 > *[class*="--x6"] input[type=radio] + label,
.form--cols-4 > *[class*="--x7"] input[type=radio] + label,
.form--cols-4 > *[class*="--x8"] input[type=radio] + label,
.form--cols-4 > *[class*="--x9"] input[type=radio] + label,
.form--cols-4 > *[class*="--x10"] input[type=radio] + label,
.form--cols-4 > *[class*="--x11"] input[type=radio] + label,
.form--cols-4 > *[class*="--x12"] input[type=radio] + label,
.form--cols-5 > *[class*="--x1"] input[type=radio] + label,
.form--cols-5 > *[class*="--x2"] input[type=radio] + label,
.form--cols-5 > *[class*="--x3"] input[type=radio] + label,
.form--cols-5 > *[class*="--x4"] input[type=radio] + label,
.form--cols-5 > *[class*="--x5"] input[type=radio] + label,
.form--cols-5 > *[class*="--x6"] input[type=radio] + label,
.form--cols-5 > *[class*="--x7"] input[type=radio] + label,
.form--cols-5 > *[class*="--x8"] input[type=radio] + label,
.form--cols-5 > *[class*="--x9"] input[type=radio] + label,
.form--cols-5 > *[class*="--x10"] input[type=radio] + label,
.form--cols-5 > *[class*="--x11"] input[type=radio] + label,
.form--cols-5 > *[class*="--x12"] input[type=radio] + label,
.form--cols-6 > *[class*="--x1"] input[type=radio] + label,
.form--cols-6 > *[class*="--x2"] input[type=radio] + label,
.form--cols-6 > *[class*="--x3"] input[type=radio] + label,
.form--cols-6 > *[class*="--x4"] input[type=radio] + label,
.form--cols-6 > *[class*="--x5"] input[type=radio] + label,
.form--cols-6 > *[class*="--x6"] input[type=radio] + label,
.form--cols-6 > *[class*="--x7"] input[type=radio] + label,
.form--cols-6 > *[class*="--x8"] input[type=radio] + label,
.form--cols-6 > *[class*="--x9"] input[type=radio] + label,
.form--cols-6 > *[class*="--x10"] input[type=radio] + label,
.form--cols-6 > *[class*="--x11"] input[type=radio] + label,
.form--cols-6 > *[class*="--x12"] input[type=radio] + label,
.form--cols-7 > *[class*="--x1"] input[type=radio] + label,
.form--cols-7 > *[class*="--x2"] input[type=radio] + label,
.form--cols-7 > *[class*="--x3"] input[type=radio] + label,
.form--cols-7 > *[class*="--x4"] input[type=radio] + label,
.form--cols-7 > *[class*="--x5"] input[type=radio] + label,
.form--cols-7 > *[class*="--x6"] input[type=radio] + label,
.form--cols-7 > *[class*="--x7"] input[type=radio] + label,
.form--cols-7 > *[class*="--x8"] input[type=radio] + label,
.form--cols-7 > *[class*="--x9"] input[type=radio] + label,
.form--cols-7 > *[class*="--x10"] input[type=radio] + label,
.form--cols-7 > *[class*="--x11"] input[type=radio] + label,
.form--cols-7 > *[class*="--x12"] input[type=radio] + label,
.form--cols-8 > *[class*="--x1"] input[type=radio] + label,
.form--cols-8 > *[class*="--x2"] input[type=radio] + label,
.form--cols-8 > *[class*="--x3"] input[type=radio] + label,
.form--cols-8 > *[class*="--x4"] input[type=radio] + label,
.form--cols-8 > *[class*="--x5"] input[type=radio] + label,
.form--cols-8 > *[class*="--x6"] input[type=radio] + label,
.form--cols-8 > *[class*="--x7"] input[type=radio] + label,
.form--cols-8 > *[class*="--x8"] input[type=radio] + label,
.form--cols-8 > *[class*="--x9"] input[type=radio] + label,
.form--cols-8 > *[class*="--x10"] input[type=radio] + label,
.form--cols-8 > *[class*="--x11"] input[type=radio] + label,
.form--cols-8 > *[class*="--x12"] input[type=radio] + label,
.form--cols-9 > *[class*="--x1"] input[type=radio] + label,
.form--cols-9 > *[class*="--x2"] input[type=radio] + label,
.form--cols-9 > *[class*="--x3"] input[type=radio] + label,
.form--cols-9 > *[class*="--x4"] input[type=radio] + label,
.form--cols-9 > *[class*="--x5"] input[type=radio] + label,
.form--cols-9 > *[class*="--x6"] input[type=radio] + label,
.form--cols-9 > *[class*="--x7"] input[type=radio] + label,
.form--cols-9 > *[class*="--x8"] input[type=radio] + label,
.form--cols-9 > *[class*="--x9"] input[type=radio] + label,
.form--cols-9 > *[class*="--x10"] input[type=radio] + label,
.form--cols-9 > *[class*="--x11"] input[type=radio] + label,
.form--cols-9 > *[class*="--x12"] input[type=radio] + label,
.form--cols-10 > *[class*="--x1"] input[type=radio] + label,
.form--cols-10 > *[class*="--x2"] input[type=radio] + label,
.form--cols-10 > *[class*="--x3"] input[type=radio] + label,
.form--cols-10 > *[class*="--x4"] input[type=radio] + label,
.form--cols-10 > *[class*="--x5"] input[type=radio] + label,
.form--cols-10 > *[class*="--x6"] input[type=radio] + label,
.form--cols-10 > *[class*="--x7"] input[type=radio] + label,
.form--cols-10 > *[class*="--x8"] input[type=radio] + label,
.form--cols-10 > *[class*="--x9"] input[type=radio] + label,
.form--cols-10 > *[class*="--x10"] input[type=radio] + label,
.form--cols-10 > *[class*="--x11"] input[type=radio] + label,
.form--cols-10 > *[class*="--x12"] input[type=radio] + label,
.form--cols-11 > *[class*="--x1"] input[type=radio] + label,
.form--cols-11 > *[class*="--x2"] input[type=radio] + label,
.form--cols-11 > *[class*="--x3"] input[type=radio] + label,
.form--cols-11 > *[class*="--x4"] input[type=radio] + label,
.form--cols-11 > *[class*="--x5"] input[type=radio] + label,
.form--cols-11 > *[class*="--x6"] input[type=radio] + label,
.form--cols-11 > *[class*="--x7"] input[type=radio] + label,
.form--cols-11 > *[class*="--x8"] input[type=radio] + label,
.form--cols-11 > *[class*="--x9"] input[type=radio] + label,
.form--cols-11 > *[class*="--x10"] input[type=radio] + label,
.form--cols-11 > *[class*="--x11"] input[type=radio] + label,
.form--cols-11 > *[class*="--x12"] input[type=radio] + label,
.form--cols-12 > *[class*="--x1"] input[type=radio] + label,
.form--cols-12 > *[class*="--x2"] input[type=radio] + label,
.form--cols-12 > *[class*="--x3"] input[type=radio] + label,
.form--cols-12 > *[class*="--x4"] input[type=radio] + label,
.form--cols-12 > *[class*="--x5"] input[type=radio] + label,
.form--cols-12 > *[class*="--x6"] input[type=radio] + label,
.form--cols-12 > *[class*="--x7"] input[type=radio] + label,
.form--cols-12 > *[class*="--x8"] input[type=radio] + label,
.form--cols-12 > *[class*="--x9"] input[type=radio] + label,
.form--cols-12 > *[class*="--x10"] input[type=radio] + label,
.form--cols-12 > *[class*="--x11"] input[type=radio] + label,
.form--cols-12 > *[class*="--x12"] input[type=radio] + label,
.form__group--center input[type=radio] + label {
  margin-top: 8px;
}

.dropdown {
  position: relative;
  padding: 0;
}
.dropdown__caption {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px;
}
.dropdown__caption:after {
  position: absolute;
  right: 13px;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%231E1E2D'/%3E%3C/svg%3E");
  background-size: cover;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.dropdown__caption + ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--color-white);
  border-radius: 10px;
  width: 100%;
  max-height: 120px;
  z-index: 2;
  overflow-y: auto;
  border: 1px solid var(--color-gray-500);
  -webkit-box-shadow: 0 0 0 0.1rem rgba(var(--color-rgb-dark), 0.05);
          box-shadow: 0 0 0 0.1rem rgba(var(--color-rgb-dark), 0.05);
}
.dropdown__caption + ul::-webkit-scrollbar {
  border-radius: 0.25rem;
}
.dropdown__caption + ul::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
.dropdown__caption + ul::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  border: 1px solid var(--color-gray-500);
}
.dropdown__caption + ul li {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 8px;
}
.dropdown__caption + ul li:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.dropdown.is-selected {
  border-color: rgba(var(--color-rgb-gray-700), 0.5);
  -webkit-box-shadow: 0 0 0 0.1rem rgba(var(--color-rgb-dark), 0.05);
          box-shadow: 0 0 0 0.1rem rgba(var(--color-rgb-dark), 0.05);
}
.dropdown.is-selected .dropdown__caption:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 0;
}
.dropdown.is-selected ul {
  display: block;
}
.dropdown--btn {
  position: relative;
  padding: 0;
}
.dropdown--btn > [class*=btn] {
  cursor: pointer;
}
.dropdown--btn ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--color-white);
  border-radius: 10px;
  max-height: 120px;
  z-index: 2;
  overflow-y: auto;
  border: 1px solid var(--color-gray-500);
  -webkit-box-shadow: 0 0 0 0.1rem rgba(var(--color-rgb-dark), 0.05);
          box-shadow: 0 0 0 0.1rem rgba(var(--color-rgb-dark), 0.05);
}
.dropdown--btn ul::-webkit-scrollbar {
  border-radius: 0.25rem;
}
.dropdown--btn ul::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
.dropdown--btn ul::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  border: 1px solid var(--color-gray-500);
}
.dropdown--btn ul li {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 8px;
  white-space: nowrap;
  cursor: pointer;
}
.dropdown--btn ul li:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.dropdown--btn__input + .dropdown--btn__menu {
  display: none;
}
.dropdown--btn__input:checked + .dropdown--btn__menu {
  display: block;
}

.mdi__input {
  position: absolute;
  right: 13px;
  transform: scale(1.5);
}

div.flexgrid_progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  z-index: 33;
  opacity: .55;
}


div.flexgrid_progress_svg {
  z-index: 34;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

div.flexgrid_progress_svg .progress_svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  animation: progress_rotate 2s linear infinite;
  transform-origin: center center;
}

.flexgrid_progress_svg .progress_svg_circle {
  fill: none;
  stroke: var(--color-primary);
  stroke-width: 3;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: progress_loader_dash 1.5s ease-in-out infinite;
}

.cell__content--search [class^=grid]:not([class*=cell]):not([class*=full]):not([class*=row]){
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@keyframes progress_rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes progress_loader_dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@media (max-width: 1399.98px) {
  [class^=form] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  [class*="--cols-"] > * {
    width: calc(50% - 16px) !important;
  }
}
@media (max-width: 959.98px) {
  [class*="--cols-"] > * {
    width: 100% !important;
  }
  .form__group strong, .form--cols-1 > *[class*="--x1"] strong, .form--cols-1 > *[class*="--x2"] strong, .form--cols-1 > *[class*="--x3"] strong, .form--cols-1 > *[class*="--x4"] strong, .form--cols-1 > *[class*="--x5"] strong, .form--cols-1 > *[class*="--x6"] strong, .form--cols-1 > *[class*="--x7"] strong, .form--cols-1 > *[class*="--x8"] strong, .form--cols-1 > *[class*="--x9"] strong, .form--cols-1 > *[class*="--x10"] strong, .form--cols-1 > *[class*="--x11"] strong, .form--cols-1 > *[class*="--x12"] strong, .form--cols-2 > *[class*="--x1"] strong, .form--cols-2 > *[class*="--x2"] strong, .form--cols-2 > *[class*="--x3"] strong, .form--cols-2 > *[class*="--x4"] strong, .form--cols-2 > *[class*="--x5"] strong, .form--cols-2 > *[class*="--x6"] strong, .form--cols-2 > *[class*="--x7"] strong, .form--cols-2 > *[class*="--x8"] strong, .form--cols-2 > *[class*="--x9"] strong, .form--cols-2 > *[class*="--x10"] strong, .form--cols-2 > *[class*="--x11"] strong, .form--cols-2 > *[class*="--x12"] strong, .form--cols-3 > *[class*="--x1"] strong, .form--cols-3 > *[class*="--x2"] strong, .form--cols-3 > *[class*="--x3"] strong, .form--cols-3 > *[class*="--x4"] strong, .form--cols-3 > *[class*="--x5"] strong, .form--cols-3 > *[class*="--x6"] strong, .form--cols-3 > *[class*="--x7"] strong, .form--cols-3 > *[class*="--x8"] strong, .form--cols-3 > *[class*="--x9"] strong, .form--cols-3 > *[class*="--x10"] strong, .form--cols-3 > *[class*="--x11"] strong, .form--cols-3 > *[class*="--x12"] strong, .form--cols-4 > *[class*="--x1"] strong, .form--cols-4 > *[class*="--x2"] strong, .form--cols-4 > *[class*="--x3"] strong, .form--cols-4 > *[class*="--x4"] strong, .form--cols-4 > *[class*="--x5"] strong, .form--cols-4 > *[class*="--x6"] strong, .form--cols-4 > *[class*="--x7"] strong, .form--cols-4 > *[class*="--x8"] strong, .form--cols-4 > *[class*="--x9"] strong, .form--cols-4 > *[class*="--x10"] strong, .form--cols-4 > *[class*="--x11"] strong, .form--cols-4 > *[class*="--x12"] strong, .form--cols-5 > *[class*="--x1"] strong, .form--cols-5 > *[class*="--x2"] strong, .form--cols-5 > *[class*="--x3"] strong, .form--cols-5 > *[class*="--x4"] strong, .form--cols-5 > *[class*="--x5"] strong, .form--cols-5 > *[class*="--x6"] strong, .form--cols-5 > *[class*="--x7"] strong, .form--cols-5 > *[class*="--x8"] strong, .form--cols-5 > *[class*="--x9"] strong, .form--cols-5 > *[class*="--x10"] strong, .form--cols-5 > *[class*="--x11"] strong, .form--cols-5 > *[class*="--x12"] strong, .form--cols-6 > *[class*="--x1"] strong, .form--cols-6 > *[class*="--x2"] strong, .form--cols-6 > *[class*="--x3"] strong, .form--cols-6 > *[class*="--x4"] strong, .form--cols-6 > *[class*="--x5"] strong, .form--cols-6 > *[class*="--x6"] strong, .form--cols-6 > *[class*="--x7"] strong, .form--cols-6 > *[class*="--x8"] strong, .form--cols-6 > *[class*="--x9"] strong, .form--cols-6 > *[class*="--x10"] strong, .form--cols-6 > *[class*="--x11"] strong, .form--cols-6 > *[class*="--x12"] strong, .form--cols-7 > *[class*="--x1"] strong, .form--cols-7 > *[class*="--x2"] strong, .form--cols-7 > *[class*="--x3"] strong, .form--cols-7 > *[class*="--x4"] strong, .form--cols-7 > *[class*="--x5"] strong, .form--cols-7 > *[class*="--x6"] strong, .form--cols-7 > *[class*="--x7"] strong, .form--cols-7 > *[class*="--x8"] strong, .form--cols-7 > *[class*="--x9"] strong, .form--cols-7 > *[class*="--x10"] strong, .form--cols-7 > *[class*="--x11"] strong, .form--cols-7 > *[class*="--x12"] strong, .form--cols-8 > *[class*="--x1"] strong, .form--cols-8 > *[class*="--x2"] strong, .form--cols-8 > *[class*="--x3"] strong, .form--cols-8 > *[class*="--x4"] strong, .form--cols-8 > *[class*="--x5"] strong, .form--cols-8 > *[class*="--x6"] strong, .form--cols-8 > *[class*="--x7"] strong, .form--cols-8 > *[class*="--x8"] strong, .form--cols-8 > *[class*="--x9"] strong, .form--cols-8 > *[class*="--x10"] strong, .form--cols-8 > *[class*="--x11"] strong, .form--cols-8 > *[class*="--x12"] strong, .form--cols-9 > *[class*="--x1"] strong, .form--cols-9 > *[class*="--x2"] strong, .form--cols-9 > *[class*="--x3"] strong, .form--cols-9 > *[class*="--x4"] strong, .form--cols-9 > *[class*="--x5"] strong, .form--cols-9 > *[class*="--x6"] strong, .form--cols-9 > *[class*="--x7"] strong, .form--cols-9 > *[class*="--x8"] strong, .form--cols-9 > *[class*="--x9"] strong, .form--cols-9 > *[class*="--x10"] strong, .form--cols-9 > *[class*="--x11"] strong, .form--cols-9 > *[class*="--x12"] strong, .form--cols-10 > *[class*="--x1"] strong, .form--cols-10 > *[class*="--x2"] strong, .form--cols-10 > *[class*="--x3"] strong, .form--cols-10 > *[class*="--x4"] strong, .form--cols-10 > *[class*="--x5"] strong, .form--cols-10 > *[class*="--x6"] strong, .form--cols-10 > *[class*="--x7"] strong, .form--cols-10 > *[class*="--x8"] strong, .form--cols-10 > *[class*="--x9"] strong, .form--cols-10 > *[class*="--x10"] strong, .form--cols-10 > *[class*="--x11"] strong, .form--cols-10 > *[class*="--x12"] strong, .form--cols-11 > *[class*="--x1"] strong, .form--cols-11 > *[class*="--x2"] strong, .form--cols-11 > *[class*="--x3"] strong, .form--cols-11 > *[class*="--x4"] strong, .form--cols-11 > *[class*="--x5"] strong, .form--cols-11 > *[class*="--x6"] strong, .form--cols-11 > *[class*="--x7"] strong, .form--cols-11 > *[class*="--x8"] strong, .form--cols-11 > *[class*="--x9"] strong, .form--cols-11 > *[class*="--x10"] strong, .form--cols-11 > *[class*="--x11"] strong, .form--cols-11 > *[class*="--x12"] strong, .form--cols-12 > *[class*="--x1"] strong, .form--cols-12 > *[class*="--x2"] strong, .form--cols-12 > *[class*="--x3"] strong, .form--cols-12 > *[class*="--x4"] strong, .form--cols-12 > *[class*="--x5"] strong, .form--cols-12 > *[class*="--x6"] strong, .form--cols-12 > *[class*="--x7"] strong, .form--cols-12 > *[class*="--x8"] strong, .form--cols-12 > *[class*="--x9"] strong, .form--cols-12 > *[class*="--x10"] strong, .form--cols-12 > *[class*="--x11"] strong, .form--cols-12 > *[class*="--x12"] strong, .form__group--center strong {
    min-width: 60px;
  }
}
[class^=grid]:not([class*=cell]):not([class*=full]):not([class*=row]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
}
[class^=grid][class*="--cols"] {
  width: 100%;
}

.grid {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
.grid > [class*=cell] {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.grid__row {
  width: 100%;
  background-color: var(--color-white);
  padding: 5px;
  border-radius: 10px;
}
.grid--cols-1 > [class*=cell]:not([class*=row]), .grid > .grid--cols-1 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-1 > [class*=cell] {
  padding: 20px;
  border-radius: 10px;
}
.grid > .grid--cols-1 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-1 {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.grid--cols-2 > [class*=cell]:not([class*=row]), .grid > .grid--cols-2 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-2 > [class*=cell] {
  padding: 20px;
  border-radius: 10px;
}
.grid > .grid--cols-2 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-2 {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.grid--cols-3 > [class*=cell]:not([class*=row]), .grid > .grid--cols-3 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-3 > [class*=cell] {
  padding: 20px;
  border-radius: 10px;
}
.grid > .grid--cols-3 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-3 {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.grid--cols-4 > [class*=cell]:not([class*=row]), .grid > .grid--cols-4 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-4 > [class*=cell] {
  padding: 20px;
  border-radius: 10px;
}
.grid > .grid--cols-4 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-4 {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.grid--cols-5 > [class*=cell]:not([class*=row]), .grid > .grid--cols-5 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-5 > [class*=cell] {
  padding: 20px;
  border-radius: 10px;
}
.grid > .grid--cols-5 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-5 {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.grid--cols-6 > [class*=cell]:not([class*=row]), .grid > .grid--cols-6 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-6 > [class*=cell] {
  padding: 20px;
  border-radius: 10px;
}
.grid > .grid--cols-6 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-6 {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.grid--cols-7 > [class*=cell]:not([class*=row]), .grid > .grid--cols-7 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-7 > [class*=cell] {
  padding: 20px;
  border-radius: 10px;
}
.grid > .grid--cols-7 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-7 {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.grid--cols-8 > [class*=cell]:not([class*=row]), .grid > .grid--cols-8 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-8 > [class*=cell] {
  padding: 20px;
  border-radius: 10px;
}
.grid > .grid--cols-8 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-8 {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.grid--cols-9 > [class*=cell]:not([class*=row]), .grid > .grid--cols-9 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-9 > [class*=cell] {
  padding: 20px;
  border-radius: 10px;
}
.grid > .grid--cols-9 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-9 {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.grid--cols-10 > [class*=cell], .grid > .grid--cols-10 > [class*=cell] {
  width: calc(100% / 10);
}
.grid--cols-10 > [class*=cell]:not([class*=row]), .grid > .grid--cols-10 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-10 > [class*=cell] {
  padding: 20px;
  border-radius: 10px;
}
.grid > .grid--cols-10 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-10 {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.grid--cols-11 > [class*=cell]:not([class*=row]), .grid > .grid--cols-11 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-11 > [class*=cell] {
  padding: 20px;
  border-radius: 10px;
}
.grid > .grid--cols-11 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-11 {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.grid--cols-12 > [class*=cell]:not([class*=row]), .grid > .grid--cols-12 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-12 > [class*=cell] {
  padding: 20px;
  border-radius: 10px;
}
.grid > .grid--cols-12 > [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid > .grid--cols-12 {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.grid__cell {
  border-radius: 10px;
  background-color: var(--color-white);
}
.grid__cell--w-5 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 5%;
}
.grid__cell--w-5 ~ [class*=cell] {
  width: 95%;
}
.grid__cell--w-5 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--w-10 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 10%;
}
.grid__cell--w-10 ~ [class*=cell] {
  width: 90%;
}
.grid__cell--w-10 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--w-15 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 15%;
}
.grid__cell--w-15 ~ [class*=cell] {
  width: 85%;
}
.grid__cell--w-15 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--w-20 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 20%;
}
.grid__cell--w-20 ~ [class*=cell] {
  width: 80%;
}
.grid__cell--w-20 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--w-25 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 25%;
}
.grid__cell--w-25 ~ [class*=cell] {
  width: 75%;
}
.grid__cell--w-25 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--w-30 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 30%;
}
.grid__cell--w-30 ~ [class*=cell] {
  width: 70%;
}
.grid__cell--w-30 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--w-35 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 35%;
}
.grid__cell--w-35 ~ [class*=cell] {
  width: 65%;
}
.grid__cell--w-35 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--w-40 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 40%;
}
.grid__cell--w-40 ~ [class*=cell] {
  width: 60%;
}
.grid__cell--w-40 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--w-45 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 45%;
}
.grid__cell--w-45 ~ [class*=cell] {
  width: 55%;
}
.grid__cell--w-45 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--w-50 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 50%;
}
.grid__cell--w-50 ~ [class*=cell] {
  width: 50%;
}
.grid__cell--w-50 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--w-55 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 55%;
}
.grid__cell--w-55 ~ [class*=cell] {
  width: 45%;
}
.grid__cell--w-55 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--w-60 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 60%;
}
.grid__cell--w-60 ~ [class*=cell] {
  width: 40%;
}
.grid__cell--w-60 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--w-65 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 65%;
}
.grid__cell--w-65 ~ [class*=cell] {
  width: 35%;
}
.grid__cell--w-65 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--w-70 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 70%;
}
.grid__cell--w-70 ~ [class*=cell] {
  width: 30%;
}
.grid__cell--w-70 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--w-75 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 75%;
}
.grid__cell--w-75 ~ [class*=cell] {
  width: 25%;
}
.grid__cell--w-75 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--w-80 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 80%;
}
.grid__cell--w-80 ~ [class*=cell] {
  width: 20%;
}
.grid__cell--w-80 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--w-85 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 85%;
}
.grid__cell--w-85 ~ [class*=cell] {
  width: 15%;
}
.grid__cell--w-85 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--w-90 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 90%;
}
.grid__cell--w-90 ~ [class*=cell] {
  width: 10%;
}
.grid__cell--w-90 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--w-95 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 95%;
}
.grid__cell--w-95 ~ [class*=cell] {
  width: 5%;
}
.grid__cell--w-95 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--w-100 {
  background-color: var(--color-white);
  border-radius: 10px;
  width: 100%;
}
.grid__cell--w-100 ~ [class*=cell] {
  width: 0%;
}
.grid__cell--w-100 ~ [class*=cell]:not([class*=row]) {
  background-color: var(--color-white);
}
.grid__cell--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 !important;
  flex: 1;
}

.grid__cell--row .grid__row:last-child{
  flex: 1;
}
.grid--full > .grid__cell {
  width: 100%;
  padding: 10px;
  background-color: var(--color-white);
}
.grid--full > .grid__cell:first-child {
  border-radius: 10px 10px 0 0;
}
.grid--full > .grid__cell:first-child:last-child {
  border-radius: 10px;
}
.grid--full > .grid__cell + .grid__cell {
  border-radius: 0;
  border-top: 1px solid var(--color-gray-200);
}
.grid--full > .grid__cell + .grid__cell:last-child {
  border-radius: 0 0 10px 10px;
}

.cell__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.cell__header__btn {
  margin-bottom: 12px;
}

.cell__header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  color: var(--color-gray-800);
  font-size: 15px;
  font-family: var(--font-m);
}
.cell__content, .cell__content--search {
  width: 100%;
}
.cell__content > *:not(:last-child), .cell__content--search > *:not(:last-child) {
  margin-bottom: 20px;
}
.cell__content--search {
  padding: 2px 0;
  max-height: 130px;
  overflow: hidden;
}
.cell__content--search.is-open {
  max-height: inherit;
  overflow: inherit;
}

.scroll__x {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: calc(20px / 2);
}
.scroll__x table {
  max-width: none;
}
.scroll__x table th, .scroll__x table td {
  white-space: nowrap;
}

.scroll__y {
  height: 50vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-right: calc(20px / 2);
}

@media (max-width: 1399.98px) {
  [class^=grid]:not([class*=cell]) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  [class^=grid] [class*=cell]:not([class*=wj]) {
    width: 100% !important;
    /* -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; */
  }
  [class*="--cols-"] > * {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .grid {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .grid__row, .grid--full {
    gap: 0 !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .cell__content--search {
    max-height: 100vh;
    overflow: hidden;
  }
  .cell__content--search [class*=__cell]:first-child {
    overflow: hidden;
  }
  .cell__content--search.is-open [class*=__cell]:first-child {
    max-height: inherit;
    overflow: inherit;
  }
}
@media (max-width: 719.98px) {
  [class*="--cols-"] > * {
    width: 100%;
  }
}
[class^=btn], .daterangepicker .drp-buttons .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  overflow: hidden;
  padding: 8px 15px;
  border-radius: 10px;
  white-space: nowrap;
  font-size: 14px;
  font-family: var(--font-m);
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
[class^=btn]:hover, .daterangepicker .drp-buttons .btn:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(var(--color-rgb-dark), 0.05), 0 3px 1px -2px rgba(var(--color-rgb-dark), 0.05), 0 1px 5px 0 rgba(var(--color-rgb-dark), 0.05);
          box-shadow: 0 2px 2px 0 rgba(var(--color-rgb-dark), 0.05), 0 3px 1px -2px rgba(var(--color-rgb-dark), 0.05), 0 1px 5px 0 rgba(var(--color-rgb-dark), 0.05);
}
[class^=btn] i, .daterangepicker .drp-buttons .btn i {
  width: 16px;
  height: 16px;
}
[class^=btn][class*=sm], .daterangepicker .drp-buttons [class*=sm].btn {
  padding: 6px 10px;
  font-size: 13px;
}
[class^=btn][class*=sm] i, .daterangepicker .drp-buttons [class*=sm].btn i {
  width: 13px;
  height: 13px;
}
[class^=btn][class*=lg], .daterangepicker .drp-buttons [class*=lg].btn {
  padding: 10px 18px;
  font-size: 15px;
}
[class^=btn][class*=lg] i, .daterangepicker .drp-buttons [class*=lg].btn i {
  width: 18px;
  height: 18px;
}

html[data-theme=light] [class^=btn][class*="--point"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--point"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--point"].btn {
  border-color: #0068B7;
  background-color: #0068B7;
}
html[data-theme=light] [class^=btn][class*="--point"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--point"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--point"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--point"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--point"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--point"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--point"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--point"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--point"].btn {
  border-color: #0068B7;
  color: #0068B7;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--point"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--point"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--point"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--point"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--point"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--point"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--primary"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--primary"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--primary"].btn {
  border-color: #009EF6;
  background-color: #009EF6;
}
html[data-theme=light] [class^=btn][class*="--primary"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--primary"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--primary"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--primary"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--primary"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--primary"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--primary"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--primary"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--primary"].btn {
  border-color: #009EF6;
  color: #009EF6;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--primary"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--primary"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--primary"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--primary"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--primary"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--primary"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--primary-active"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--primary-active"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--primary-active"].btn {
  border-color: #0095E8;
  background-color: #0095E8;
}
html[data-theme=light] [class^=btn][class*="--primary-active"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--primary-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--primary-active"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--primary-active"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--primary-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--primary-active"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--primary-active"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--primary-active"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--primary-active"].btn {
  border-color: #0095E8;
  color: #0095E8;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--primary-active"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--primary-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--primary-active"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--primary-active"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--primary-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--primary-active"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--primary-light"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--primary-light"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--primary-light"].btn {
  border-color: #ECF8FF;
  background-color: #ECF8FF;
}
html[data-theme=light] [class^=btn][class*="--primary-light"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--primary-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--primary-light"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--primary-light"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--primary-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--primary-light"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--primary-light"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--primary-light"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--primary-light"].btn {
  border-color: #ECF8FF;
  color: #ECF8FF;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--primary-light"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--primary-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--primary-light"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--primary-light"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--primary-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--primary-light"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--success"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--success"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--success"].btn {
  border-color: #50CD89;
  background-color: #50CD89;
}
html[data-theme=light] [class^=btn][class*="--success"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--success"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--success"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--success"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--success"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--success"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--success"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--success"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--success"].btn {
  border-color: #50CD89;
  color: #50CD89;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--success"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--success"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--success"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--success"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--success"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--success"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--success-active"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--success-active"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--success-active"].btn {
  border-color: #47BE7D;
  background-color: #47BE7D;
}
html[data-theme=light] [class^=btn][class*="--success-active"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--success-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--success-active"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--success-active"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--success-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--success-active"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--success-active"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--success-active"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--success-active"].btn {
  border-color: #47BE7D;
  color: #47BE7D;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--success-active"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--success-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--success-active"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--success-active"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--success-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--success-active"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--success-light"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--success-light"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--success-light"].btn {
  border-color: #E8FFF3;
  background-color: #E8FFF3;
}
html[data-theme=light] [class^=btn][class*="--success-light"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--success-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--success-light"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--success-light"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--success-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--success-light"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--success-light"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--success-light"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--success-light"].btn {
  border-color: #E8FFF3;
  color: #E8FFF3;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--success-light"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--success-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--success-light"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--success-light"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--success-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--success-light"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--danger"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--danger"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--danger"].btn {
  border-color: #F1416C;
  background-color: #F1416C;
}
html[data-theme=light] [class^=btn][class*="--danger"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--danger"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--danger"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--danger"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--danger"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--danger"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--danger"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--danger"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--danger"].btn {
  border-color: #F1416C;
  color: #F1416C;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--danger"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--danger"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--danger"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--danger"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--danger"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--danger"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--danger-active"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--danger-active"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--danger-active"].btn {
  border-color: #D9214E;
  background-color: #D9214E;
}
html[data-theme=light] [class^=btn][class*="--danger-active"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--danger-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--danger-active"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--danger-active"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--danger-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--danger-active"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--danger-active"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--danger-active"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--danger-active"].btn {
  border-color: #D9214E;
  color: #D9214E;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--danger-active"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--danger-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--danger-active"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--danger-active"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--danger-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--danger-active"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--danger-light"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--danger-light"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--danger-light"].btn {
  border-color: #FFF5F8;
  background-color: #FFF5F8;
}
html[data-theme=light] [class^=btn][class*="--danger-light"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--danger-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--danger-light"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--danger-light"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--danger-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--danger-light"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--danger-light"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--danger-light"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--danger-light"].btn {
  border-color: #FFF5F8;
  color: #FFF5F8;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--danger-light"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--danger-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--danger-light"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--danger-light"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--danger-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--danger-light"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--info"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--info"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--info"].btn {
  border-color: #7239EA;
  background-color: #7239EA;
}
html[data-theme=light] [class^=btn][class*="--info"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--info"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--info"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--info"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--info"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--info"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--info"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--info"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--info"].btn {
  border-color: #7239EA;
  color: #7239EA;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--info"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--info"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--info"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--info"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--info"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--info"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--info-active"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--info-active"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--info-active"].btn {
  border-color: #5014D0;
  background-color: #5014D0;
}
html[data-theme=light] [class^=btn][class*="--info-active"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--info-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--info-active"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--info-active"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--info-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--info-active"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--info-active"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--info-active"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--info-active"].btn {
  border-color: #5014D0;
  color: #5014D0;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--info-active"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--info-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--info-active"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--info-active"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--info-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--info-active"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--info-light"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--info-light"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--info-light"].btn {
  border-color: #F8F5FF;
  background-color: #F8F5FF;
}
html[data-theme=light] [class^=btn][class*="--info-light"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--info-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--info-light"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--info-light"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--info-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--info-light"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--info-light"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--info-light"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--info-light"].btn {
  border-color: #F8F5FF;
  color: #F8F5FF;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--info-light"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--info-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--info-light"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--info-light"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--info-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--info-light"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--warning"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--warning"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--warning"].btn {
  border-color: #FFC700;
  background-color: #FFC700;
}
html[data-theme=light] [class^=btn][class*="--warning"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--warning"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--warning"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--warning"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--warning"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--warning"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--warning"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--warning"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--warning"].btn {
  border-color: #FFC700;
  color: #FFC700;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--warning"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--warning"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--warning"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--warning"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--warning"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--warning"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--warning-active"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--warning-active"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--warning-active"].btn {
  border-color: #F1BC00;
  background-color: #F1BC00;
}
html[data-theme=light] [class^=btn][class*="--warning-active"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--warning-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--warning-active"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--warning-active"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--warning-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--warning-active"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--warning-active"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--warning-active"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--warning-active"].btn {
  border-color: #F1BC00;
  color: #F1BC00;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--warning-active"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--warning-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--warning-active"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--warning-active"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--warning-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--warning-active"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--warning-light"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--warning-light"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--warning-light"].btn {
  border-color: #FFF8DD;
  background-color: #FFF8DD;
}
html[data-theme=light] [class^=btn][class*="--warning-light"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--warning-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--warning-light"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--warning-light"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--warning-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--warning-light"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--warning-light"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--warning-light"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--warning-light"].btn {
  border-color: #FFF8DD;
  color: #FFF8DD;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--warning-light"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--warning-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--warning-light"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--warning-light"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--warning-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--warning-light"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--white"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--white"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--white"].btn {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
html[data-theme=light] [class^=btn][class*="--white"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--white"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--white"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--white"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--white"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--white"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--white"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--white"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--white"].btn {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--white"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--white"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--white"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--white"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--white"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--white"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--white-active"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--white-active"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--white-active"].btn {
  border-color: #F5F8FA;
  background-color: #F5F8FA;
}
html[data-theme=light] [class^=btn][class*="--white-active"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--white-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--white-active"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--white-active"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--white-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--white-active"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--white-active"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--white-active"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--white-active"].btn {
  border-color: #F5F8FA;
  color: #F5F8FA;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--white-active"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--white-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--white-active"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--white-active"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--white-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--white-active"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--dark"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--dark"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--dark"].btn {
  border-color: #1E1E2D;
  background-color: #1E1E2D;
}
html[data-theme=light] [class^=btn][class*="--dark"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--dark"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--dark"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--dark"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--dark"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--dark"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--dark"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--dark"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--dark"].btn {
  border-color: #1E1E2D;
  color: #1E1E2D;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--dark"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--dark"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--dark"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--dark"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--dark"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--dark"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--dark-active"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--dark-active"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--dark-active"].btn {
  border-color: #101425;
  background-color: #101425;
}
html[data-theme=light] [class^=btn][class*="--dark-active"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--dark-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--dark-active"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--dark-active"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--dark-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--dark-active"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--dark-active"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--dark-active"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--dark-active"].btn {
  border-color: #101425;
  color: #101425;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--dark-active"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--dark-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--dark-active"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--dark-active"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--dark-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--dark-active"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--gray-100"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-100"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-100"].btn {
  border-color: #F9F9F9;
  background-color: #F9F9F9;
}
html[data-theme=light] [class^=btn][class*="--gray-100"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-100"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-100"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--gray-100"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-100"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-100"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-100"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-100"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-100"].btn {
  border-color: #F9F9F9;
  color: #F9F9F9;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-100"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-100"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-100"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-100"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-100"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-100"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--gray-200"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-200"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-200"].btn {
  border-color: #F1F1F2;
  background-color: #F1F1F2;
}
html[data-theme=light] [class^=btn][class*="--gray-200"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-200"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-200"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--gray-200"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-200"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-200"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-200"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-200"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-200"].btn {
  border-color: #F1F1F2;
  color: #F1F1F2;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-200"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-200"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-200"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-200"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-200"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-200"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--gray-300"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-300"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-300"].btn {
  border-color: #E1E3EA;
  background-color: #E1E3EA;
}
html[data-theme=light] [class^=btn][class*="--gray-300"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-300"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-300"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--gray-300"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-300"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-300"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-300"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-300"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-300"].btn {
  border-color: #E1E3EA;
  color: #E1E3EA;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-300"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-300"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-300"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-300"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-300"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-300"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--gray-400"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-400"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-400"].btn {
  border-color: #D8D8E5;
  background-color: #D8D8E5;
}
html[data-theme=light] [class^=btn][class*="--gray-400"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-400"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-400"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--gray-400"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-400"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-400"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-400"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-400"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-400"].btn {
  border-color: #D8D8E5;
  color: #D8D8E5;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-400"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-400"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-400"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-400"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-400"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-400"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--gray-500"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-500"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-500"].btn {
  border-color: #A1A5B7;
  background-color: #A1A5B7;
}
html[data-theme=light] [class^=btn][class*="--gray-500"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-500"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-500"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--gray-500"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-500"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-500"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-500"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-500"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-500"].btn {
  border-color: #A1A5B7;
  color: #A1A5B7;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-500"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-500"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-500"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-500"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-500"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-500"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--gray-600"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-600"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-600"].btn {
  border-color: #7E8299;
  background-color: #7E8299;
}
html[data-theme=light] [class^=btn][class*="--gray-600"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-600"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-600"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--gray-600"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-600"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-600"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-600"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-600"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-600"].btn {
  border-color: #7E8299;
  color: #7E8299;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-600"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-600"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-600"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-600"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-600"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-600"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--gray-700"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-700"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-700"].btn {
  border-color: #5E6278;
  background-color: #5E6278;
}
html[data-theme=light] [class^=btn][class*="--gray-700"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-700"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-700"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--gray-700"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-700"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-700"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-700"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-700"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-700"].btn {
  border-color: #5E6278;
  color: #5E6278;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-700"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-700"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-700"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-700"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-700"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-700"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--gray-800"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-800"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-800"].btn {
  border-color: #2b2b40;
  background-color: #2b2b40;
}
html[data-theme=light] [class^=btn][class*="--gray-800"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-800"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-800"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--gray-800"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-800"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-800"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-800"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-800"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-800"].btn {
  border-color: #2b2b40;
  color: #2b2b40;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-800"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-800"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-800"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-800"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-800"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-800"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--gray-900"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-900"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-900"].btn {
  border-color: #151521;
  background-color: #151521;
}
html[data-theme=light] [class^=btn][class*="--gray-900"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-900"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-900"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=light] [class^=btn][class*="--gray-900"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--gray-900"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--gray-900"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-900"], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-900"].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-900"].btn {
  border-color: #151521;
  color: #151521;
  background-color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-900"][class*=white], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-900"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-900"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=light] [class^=btn][class*="--outline--gray-900"][class*=dark], html[data-theme=light] .daterangepicker .drp-buttons [class*="--outline--gray-900"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=light] [class*="--outline--gray-900"][class*=dark].btn {
  color: var(--color-dark);
}

html[data-theme=dark] [class^=btn][class*="--point"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--point"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--point"].btn {
  border-color: #0068B7;
  background-color: #0068B7;
}
html[data-theme=dark] [class^=btn][class*="--point"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--point"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--point"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--point"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--point"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--point"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--point"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--point"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--point"].btn {
  border-color: #0068B7;
  color: #0068B7;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--point"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--point"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--point"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--point"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--point"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--point"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--primary"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--primary"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--primary"].btn {
  border-color: #009EF6;
  background-color: #009EF6;
}
html[data-theme=dark] [class^=btn][class*="--primary"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--primary"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--primary"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--primary"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--primary"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--primary"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--primary"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--primary"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--primary"].btn {
  border-color: #009EF6;
  color: #009EF6;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--primary"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--primary"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--primary"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--primary"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--primary"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--primary"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--primary-active"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--primary-active"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--primary-active"].btn {
  border-color: #0095E8;
  background-color: #0095E8;
}
html[data-theme=dark] [class^=btn][class*="--primary-active"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--primary-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--primary-active"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--primary-active"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--primary-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--primary-active"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--primary-active"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--primary-active"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--primary-active"].btn {
  border-color: #0095E8;
  color: #0095E8;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--primary-active"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--primary-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--primary-active"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--primary-active"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--primary-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--primary-active"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--primary-light"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--primary-light"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--primary-light"].btn {
  border-color: #ECF8FF;
  background-color: #ECF8FF;
}
html[data-theme=dark] [class^=btn][class*="--primary-light"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--primary-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--primary-light"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--primary-light"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--primary-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--primary-light"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--primary-light"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--primary-light"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--primary-light"].btn {
  border-color: #ECF8FF;
  color: #ECF8FF;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--primary-light"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--primary-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--primary-light"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--primary-light"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--primary-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--primary-light"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--success"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--success"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--success"].btn {
  border-color: #50CD89;
  background-color: #50CD89;
}
html[data-theme=dark] [class^=btn][class*="--success"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--success"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--success"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--success"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--success"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--success"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--success"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--success"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--success"].btn {
  border-color: #50CD89;
  color: #50CD89;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--success"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--success"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--success"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--success"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--success"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--success"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--success-active"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--success-active"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--success-active"].btn {
  border-color: #47BE7D;
  background-color: #47BE7D;
}
html[data-theme=dark] [class^=btn][class*="--success-active"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--success-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--success-active"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--success-active"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--success-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--success-active"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--success-active"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--success-active"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--success-active"].btn {
  border-color: #47BE7D;
  color: #47BE7D;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--success-active"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--success-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--success-active"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--success-active"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--success-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--success-active"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--success-light"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--success-light"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--success-light"].btn {
  border-color: #E8FFF3;
  background-color: #E8FFF3;
}
html[data-theme=dark] [class^=btn][class*="--success-light"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--success-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--success-light"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--success-light"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--success-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--success-light"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--success-light"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--success-light"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--success-light"].btn {
  border-color: #E8FFF3;
  color: #E8FFF3;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--success-light"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--success-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--success-light"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--success-light"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--success-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--success-light"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--danger"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--danger"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--danger"].btn {
  border-color: #F1416C;
  background-color: #F1416C;
}
html[data-theme=dark] [class^=btn][class*="--danger"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--danger"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--danger"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--danger"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--danger"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--danger"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--danger"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--danger"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--danger"].btn {
  border-color: #F1416C;
  color: #F1416C;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--danger"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--danger"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--danger"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--danger"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--danger"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--danger"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--danger-active"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--danger-active"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--danger-active"].btn {
  border-color: #D9214E;
  background-color: #D9214E;
}
html[data-theme=dark] [class^=btn][class*="--danger-active"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--danger-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--danger-active"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--danger-active"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--danger-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--danger-active"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--danger-active"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--danger-active"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--danger-active"].btn {
  border-color: #D9214E;
  color: #D9214E;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--danger-active"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--danger-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--danger-active"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--danger-active"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--danger-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--danger-active"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--danger-light"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--danger-light"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--danger-light"].btn {
  border-color: #FFF5F8;
  background-color: #FFF5F8;
}
html[data-theme=dark] [class^=btn][class*="--danger-light"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--danger-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--danger-light"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--danger-light"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--danger-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--danger-light"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--danger-light"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--danger-light"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--danger-light"].btn {
  border-color: #FFF5F8;
  color: #FFF5F8;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--danger-light"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--danger-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--danger-light"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--danger-light"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--danger-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--danger-light"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--info"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--info"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--info"].btn {
  border-color: #7239EA;
  background-color: #7239EA;
}
html[data-theme=dark] [class^=btn][class*="--info"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--info"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--info"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--info"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--info"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--info"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--info"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--info"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--info"].btn {
  border-color: #7239EA;
  color: #7239EA;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--info"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--info"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--info"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--info"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--info"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--info"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--info-active"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--info-active"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--info-active"].btn {
  border-color: #5014D0;
  background-color: #5014D0;
}
html[data-theme=dark] [class^=btn][class*="--info-active"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--info-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--info-active"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--info-active"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--info-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--info-active"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--info-active"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--info-active"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--info-active"].btn {
  border-color: #5014D0;
  color: #5014D0;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--info-active"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--info-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--info-active"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--info-active"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--info-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--info-active"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--info-light"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--info-light"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--info-light"].btn {
  border-color: #F8F5FF;
  background-color: #F8F5FF;
}
html[data-theme=dark] [class^=btn][class*="--info-light"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--info-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--info-light"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--info-light"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--info-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--info-light"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--info-light"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--info-light"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--info-light"].btn {
  border-color: #F8F5FF;
  color: #F8F5FF;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--info-light"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--info-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--info-light"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--info-light"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--info-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--info-light"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--warning"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--warning"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--warning"].btn {
  border-color: #FFC700;
  background-color: #FFC700;
}
html[data-theme=dark] [class^=btn][class*="--warning"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--warning"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--warning"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--warning"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--warning"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--warning"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--warning"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--warning"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--warning"].btn {
  border-color: #FFC700;
  color: #FFC700;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--warning"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--warning"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--warning"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--warning"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--warning"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--warning"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--warning-active"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--warning-active"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--warning-active"].btn {
  border-color: #F1BC00;
  background-color: #F1BC00;
}
html[data-theme=dark] [class^=btn][class*="--warning-active"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--warning-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--warning-active"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--warning-active"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--warning-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--warning-active"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--warning-active"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--warning-active"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--warning-active"].btn {
  border-color: #F1BC00;
  color: #F1BC00;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--warning-active"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--warning-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--warning-active"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--warning-active"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--warning-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--warning-active"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--warning-light"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--warning-light"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--warning-light"].btn {
  border-color: #FFF8DD;
  background-color: #FFF8DD;
}
html[data-theme=dark] [class^=btn][class*="--warning-light"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--warning-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--warning-light"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--warning-light"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--warning-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--warning-light"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--warning-light"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--warning-light"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--warning-light"].btn {
  border-color: #FFF8DD;
  color: #FFF8DD;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--warning-light"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--warning-light"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--warning-light"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--warning-light"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--warning-light"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--warning-light"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--dark"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--dark"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--dark"].btn {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
html[data-theme=dark] [class^=btn][class*="--dark"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--dark"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--dark"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--dark"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--dark"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--dark"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--dark"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--dark"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--dark"].btn {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--dark"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--dark"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--dark"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--dark"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--dark"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--dark"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--dark-active"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--dark-active"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--dark-active"].btn {
  border-color: #F5F8FA;
  background-color: #F5F8FA;
}
html[data-theme=dark] [class^=btn][class*="--dark-active"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--dark-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--dark-active"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--dark-active"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--dark-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--dark-active"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--dark-active"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--dark-active"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--dark-active"].btn {
  border-color: #F5F8FA;
  color: #F5F8FA;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--dark-active"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--dark-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--dark-active"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--dark-active"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--dark-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--dark-active"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--white"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--white"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--white"].btn {
  border-color: #1E1E2D;
  background-color: #1E1E2D;
}
html[data-theme=dark] [class^=btn][class*="--white"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--white"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--white"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--white"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--white"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--white"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--white"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--white"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--white"].btn {
  border-color: #1E1E2D;
  color: #1E1E2D;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--white"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--white"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--white"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--white"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--white"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--white"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--white-active"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--white-active"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--white-active"].btn {
  border-color: #101425;
  background-color: #101425;
}
html[data-theme=dark] [class^=btn][class*="--white-active"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--white-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--white-active"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--white-active"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--white-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--white-active"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--white-active"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--white-active"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--white-active"].btn {
  border-color: #101425;
  color: #101425;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--white-active"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--white-active"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--white-active"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--white-active"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--white-active"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--white-active"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--gray-100"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-100"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-100"].btn {
  border-color: #151521;
  background-color: #151521;
}
html[data-theme=dark] [class^=btn][class*="--gray-100"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-100"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-100"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--gray-100"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-100"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-100"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-100"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-100"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-100"].btn {
  border-color: #151521;
  color: #151521;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-100"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-100"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-100"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-100"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-100"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-100"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--gray-200"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-200"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-200"].btn {
  border-color: #2b2b40;
  background-color: #2b2b40;
}
html[data-theme=dark] [class^=btn][class*="--gray-200"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-200"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-200"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--gray-200"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-200"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-200"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-200"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-200"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-200"].btn {
  border-color: #2b2b40;
  color: #2b2b40;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-200"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-200"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-200"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-200"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-200"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-200"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--gray-300"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-300"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-300"].btn {
  border-color: #5E6278;
  background-color: #5E6278;
}
html[data-theme=dark] [class^=btn][class*="--gray-300"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-300"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-300"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--gray-300"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-300"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-300"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-300"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-300"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-300"].btn {
  border-color: #5E6278;
  color: #5E6278;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-300"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-300"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-300"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-300"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-300"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-300"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--gray-400"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-400"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-400"].btn {
  border-color: #7E8299;
  background-color: #7E8299;
}
html[data-theme=dark] [class^=btn][class*="--gray-400"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-400"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-400"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--gray-400"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-400"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-400"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-400"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-400"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-400"].btn {
  border-color: #7E8299;
  color: #7E8299;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-400"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-400"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-400"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-400"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-400"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-400"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--gray-500"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-500"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-500"].btn {
  border-color: #A1A5B7;
  background-color: #A1A5B7;
}
html[data-theme=dark] [class^=btn][class*="--gray-500"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-500"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-500"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--gray-500"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-500"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-500"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-500"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-500"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-500"].btn {
  border-color: #A1A5B7;
  color: #A1A5B7;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-500"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-500"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-500"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-500"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-500"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-500"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--gray-600"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-600"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-600"].btn {
  border-color: #D8D8E5;
  background-color: #D8D8E5;
}
html[data-theme=dark] [class^=btn][class*="--gray-600"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-600"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-600"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--gray-600"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-600"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-600"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-600"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-600"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-600"].btn {
  border-color: #D8D8E5;
  color: #D8D8E5;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-600"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-600"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-600"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-600"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-600"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-600"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--gray-700"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-700"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-700"].btn {
  border-color: #E1E3EA;
  background-color: #E1E3EA;
}
html[data-theme=dark] [class^=btn][class*="--gray-700"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-700"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-700"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--gray-700"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-700"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-700"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-700"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-700"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-700"].btn {
  border-color: #E1E3EA;
  color: #E1E3EA;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-700"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-700"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-700"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-700"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-700"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-700"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--gray-800"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-800"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-800"].btn {
  border-color: #F1F1F2;
  background-color: #F1F1F2;
}
html[data-theme=dark] [class^=btn][class*="--gray-800"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-800"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-800"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--gray-800"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-800"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-800"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-800"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-800"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-800"].btn {
  border-color: #F1F1F2;
  color: #F1F1F2;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-800"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-800"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-800"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-800"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-800"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-800"][class*=dark].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--gray-900"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-900"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-900"].btn {
  border-color: #F9F9F9;
  background-color: #F9F9F9;
}
html[data-theme=dark] [class^=btn][class*="--gray-900"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-900"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-900"][class*=white].btn {
  color: var(--color-dark);
}
html[data-theme=dark] [class^=btn][class*="--gray-900"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--gray-900"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--gray-900"][class*=dark].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-900"], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-900"].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-900"].btn {
  border-color: #F9F9F9;
  color: #F9F9F9;
  background-color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-900"][class*=white], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-900"][class*=white].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-900"][class*=white].btn {
  color: var(--color-white);
}
html[data-theme=dark] [class^=btn][class*="--outline--gray-900"][class*=dark], html[data-theme=dark] .daterangepicker .drp-buttons [class*="--outline--gray-900"][class*=dark].btn, .daterangepicker .drp-buttons html[data-theme=dark] [class*="--outline--gray-900"][class*=dark].btn {
  color: var(--color-dark);
}

.button__group, .button__group--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
}
.button__group--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.clear__button {
  position: absolute;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  right: 10px;
}

.is-valid + .clear__button {
  opacity: 1;
  visibility: visible;
}

* + table {
  margin-top: 20px;
}

.table, .table__view {
  width: 100%;
  border: 1px solid var(--color-gray-300);
  color: var(--color-dark);
}
.table p, .table__view p {
  position: relative;
}
.table th, .table__view th,
.table td,
.table__view td {
  font-size: 15px;
  padding: 0.5rem 1rem;
  text-align: center;
  vertical-align: middle;
}
.table th, .table__view th {
  position: relative;
  background-color: var(--color-gray-100);
  border-bottom: 1px solid var(--color-gray-300);
  border-right: 1px solid var(--color-gray-300);
  font-family: var(--font-m);
  white-space: nowrap;
}
.table td, .table__view td {
  font-size: 14px;
  border-top: 1px solid var(--color-gray-300);
  border-right: 1px solid var(--color-gray-300);
}
.table thead th:last-child, .table__view thead th:last-child {
  border-right: 0;
}
.table thead th:last-child[rowspan], .table__view thead th:last-child[rowspan] {
  border-left: 1px solid var(--color-gray-300);
}
.table__view td {
  text-align: left;
}
.table__view th {
  border-top: 1px solid var(--color-gray-300);
  word-break: keep-all;
}
.table__view tbody tr:first-child th {
  border-top: 0;
}
.table:not(.table__view) tbody tr, .table__view:not(.table__view) tbody tr {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.table:not(.table__view) tbody tr:hover, .table__view:not(.table__view) tbody tr:hover {
  background-color: rgba(var(--color-rgb-gray-100), 0.8);
}

.datepicker, .daterangepicker {
  z-index: 3001;
}

.daterangepicker {
  position: absolute;
  border: 1px solid var(--color-gray-300);
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  display: none;
  font-family: var(--font-m);
  font-size: 15px;
  color: var(--color-dark);
  background-color: var(--color-white);
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(var(--color-rgb-dark), 0.08);
          box-shadow: 0px 10px 30px 0px rgba(var(--color-rgb-dark), 0.08);
}
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid var(--color-gray-300);
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--color-white);
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before, .daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid var(--color-gray-300);
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid var(--color-white);
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker.show-calendar .drp-calendar,
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker.show-ranges.rtl .drp-calendar, .daterangepicker.show-ranges.rtl.single .drp-calendar {
  border-right: 1px solid var(--color-gray-300);
}
.daterangepicker.show-ranges.ltr .drp-calendar, .daterangepicker.show-ranges.ltr.single .drp-calendar {
  border-left: 1px solid var(--color-gray-300);
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker .drp-calendar {
  display: none;
  min-width: 240px;
  max-width: 270px;
}
.daterangepicker .drp-calendar.left {
  padding: 8px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table {
  border: 1px solid var(--color-white);
  border-radius: 4px;
  background-color: var(--color-white);
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: var(--color-white);
  border: solid var(--color-dark);
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.daterangepicker .calendar-table .next span {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker .calendar-table thead tr:first-child th {
  padding: 5px 0;
}
.daterangepicker .calendar-table thead th:first-child,
.daterangepicker .calendar-table tbody td:first-child {
  color: var(--color-danger);
}
.daterangepicker .calendar-table thead th:last-child,
.daterangepicker .calendar-table tbody td:last-child {
  color: var(--color-point);
}
.daterangepicker th.available:hover,
.daterangepicker td.available:hover {
  background-color: var(--color-gray-100);
  border-color: transparent;
  color: inherit;
}
.daterangepicker th.week,
.daterangepicker td.week {
  font-size: 80%;
  background-color: var(--color-gray-300);
}
.daterangepicker th.off, .daterangepicker th.off.in-range, .daterangepicker th.off.start-date, .daterangepicker th.off.end-date,
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: var(--color-white) !important;
  border-color: transparent !important;
  color: var(--color-gray-400) !important;
}
.daterangepicker th.in-range,
.daterangepicker td.in-range {
  background-color: rgba(var(--color-rgb-primary), 0.1);
  border-color: transparent;
  color: var(--color-dark);
  border-radius: 0;
}
.daterangepicker th.start-date,
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker th.start-date.end-date,
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker th.end-date,
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker th.active, .daterangepicker th.active:hover,
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--color-primary) !important;
  border-color: transparent;
  color: #FFFFFF !important;
}
.daterangepicker th.today,
.daterangepicker td.today {
  background-color: var(--color-gray-200);
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: var(--color-gray-300);
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select {
  padding: 8px 20px 7px 8px;
  font-size: 13px;
  background-position: center right 5px;
  margin: 0 2px;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 45%;
  border: 1px solid var(--color-gray-300);
}
.daterangepicker select.yearselect {
  float: left;
}
.daterangepicker select.monthselect {
  float: right;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: var(--color-gray-500);
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid var(--color-gray-400);
  display: none;
  vertical-align: middle;
}
.daterangepicker .drp-buttons .btn {
  display: inline-block;
  font-family: var(--font-m);
  font-size: 13px;
}
.daterangepicker .drp-buttons .btn.applyBtn {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: #FFFFFF;
}
.daterangepicker .drp-buttons .btn.cancelBtn {
  border-color: var(--color-gray-500);
  color: var(--color-dark);
  background-color: var(--color-white);
  margin-left: 5px;
  float: right;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover {
  background-color: var(--color-gray-200);
}
.daterangepicker .ranges li.acive {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.datepicker, .datepicker__range, .datepicker--month, .datepicker__range--month {
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 7.5V9H5.25V7.5H6.75ZM9.75 7.5V9H8.25V7.5H9.75ZM12.75 7.5V9H11.25V7.5H12.75ZM14.25 2.25C14.6478 2.25 15.0294 2.40804 15.3107 2.68934C15.592 2.97064 15.75 3.35218 15.75 3.75V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C2.9175 15.75 2.25 15.075 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H4.5V0.75H6V2.25H12V0.75H13.5V2.25H14.25ZM14.25 14.25V6H3.75V14.25H14.25ZM6.75 10.5V12H5.25V10.5H6.75ZM9.75 10.5V12H8.25V10.5H9.75ZM12.75 10.5V12H11.25V10.5H12.75Z' fill='%235E6278'/%3E%3C/svg%3E%0A");
}

@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.single .ranges {
    float: left;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker .drp-calendar {
    float: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 730px) {
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .ranges {
    width: auto;
    float: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

.ui-timepicker {
    list-style: none;
    padding: 0 1px;
    text-align: center;
}

.ui-timepicker, .ui-timepicker-viewport {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 205px;
    display: block;
    margin: 0;
}

.ui-timepicker-viewport {
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-timepicker-standard, .ui-timepicker-container {
  z-index: 3001;
}

.ui-timepicker-container {
    z-index: 3001;
    position: absolute;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ui-timepicker-standard {
    font-family: var(--font-m);
    font-size: 15px;
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-400);
    color: var(--color-dark);
    margin: 0;
    padding: 2px;
}

.ui-timepicker-standard a {
    border: 1px solid transparent;
    color: var(--color-dark);
    display: block;
    padding: 0.2em 0.4em;
    text-decoration: none;
}

.ui-timepicker-standard .ui-state-hover {
    background-color: var(--color-primary);
    border: 1px solid var(--color-gray-400);
    color: #FFFFFF;
}

.ui-timepicker-standard .ui-menu-item {
    margin: 0;
    padding: 0;
}

.ui-timepicker-corners {
    border-radius: 4px;
}

.ui-timepicker-hidden {
    display: none;
}

.ui-timepicker-no-scrollbar .ui-timepicker {
    border: none;
}

.timepicker {
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C16.4 20 20 16.4 20 12C20 7.6 16.4 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20ZM12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2ZM12.5 12.8L7.7 15.6L7 14.2L11 11.9V7H12.5V12.8Z' fill='%235E6278'/%3E%3C/svg%3E");
}

.select2-container {
  font-size: 13px;
  color: var(--color-dark);
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--default .select2-selection--single {
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-400);
  border-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--color-dark);
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  font-family: var(--font-eb);
  color: var(--color-dark);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--color-gray-500);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 13px;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%235E6278'/%3E%3C/svg%3E");
  background-size: cover;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.select2-container--default .select2-selection--multiple {
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-400);
  border-radius: 10px;
  cursor: text;
  position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  font-family: var(--font-eb);
  color: var(--color-dark);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
  padding: 5px 5px 5px 20px;
  border: 1px solid var(--color-gray-400);
  border-radius: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  left: 4px;
  top: 5px;
  width: 16px;
  height: 16px;
  color: var(--color-gray-500);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  color: var(--color-gray-800);
  font-family: var(--font-b);
}
.select2-container--default .select2-selection--multiple .select2-selection.select2-selection--clearable {
  padding-right: 32px;
}
.select2-container--default .select2-search--dropdown .select2-search--field {
  border: 1px solid var(--color-gray-400);
}
.select2-container--default .select2-search--inline .select2-search--field {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select2-container--default .select2-results__options {
  max-height: 120px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: var(--color-gray-500);
}
.select2-container--default .select2-results__option--selected {
  background-color: var(--color-gray-200);
}
.select2-container--default .select2-results__option--highlighted {
  background-color: var(--color-gray-200);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--color-primary);
  color: #FFFFFF;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 8px;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__placeholder {
  color: var(--color-gray-500);
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid var(--color-gray-400);
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: var(--color-gray-200);
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: var(--color-gray-200);
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: rgba(var(--color-rgb-gray-700), 0.5);
  -webkit-box-shadow: 0 0 0 0.1rem rgba(var(--color-rgb-dark), 0.05);
          box-shadow: 0 0 0 0.1rem rgba(var(--color-rgb-dark), 0.05);
  cursor: default;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: rgba(var(--color-rgb-gray-700), 0.5);
  -webkit-box-shadow: 0 0 0 0.1rem rgba(var(--color-rgb-dark), 0.05);
          box-shadow: 0 0 0 0.1rem rgba(var(--color-rgb-dark), 0.05);
}
.select2-container[dir=rtl] .select2-selection--single__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--single {
  display: block;
  padding: 10px 8px 9px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-right: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1em;
  max-height: 1em;
}
.select2-container .select2-selection--multiple {
  display: block;
  padding: 8px 8px 8px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
}
.select2-container .select2-search--inline .select2-search__field {
  border: 0;
  line-height: 1;
  padding: 0;
  resize: none;
  overflow: hidden;
  word-break: keep-all;
  height: 16px;
  border-radius: 0;
}
.select2-container .select2-search--inline .select2-search__field:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
}
.select2-search--dropdown .select2-search.select2-search--hide {
  display: none;
}
.select2-dropdown {
  background-color: var(--color-white);
  border-radius: 10px;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  max-height: 120px;
  overflow-y: auto;
  border: 1px solid var(--color-gray-500);
  -webkit-box-shadow: 0 0 0 0.1rem rgba(var(--color-rgb-dark), 0.05);
          box-shadow: 0 0 0 0.1rem rgba(var(--color-rgb-dark), 0.05);
}
.select2-dropdown::-webkit-scrollbar {
  display: none;
}
.select2-results {
  display: block;
}
.select2-results__options {
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 8px;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: var(--color-white);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

div[wj-part=root], .wj-listbox {
  font-size: 14px;
  background-color: var(--color-white);
  overflow: auto !important;
}
div[wj-part=root] a, .wj-listbox a {
  font-family: var(--font-r);
}
div[wj-part=root]::-webkit-scrollbar, .wj-listbox::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
div[wj-part=root]::-webkit-scrollbar-thumb, .wj-listbox::-webkit-scrollbar-thumb {
  background-color: var(--color-gray-400);
}
div[wj-part=root]::-webkit-scrollbar-track, .wj-listbox::-webkit-scrollbar-track {
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-100);
}

div[wj-part=div-values] {
  border: 1px solid var(--color-gray-400);
  background-color: var(--color-white);
}

.wj-content {
  border: 1px solid var(--color-gray-400);
}

.wj-flexgridsearch {
  background: unset !important;
  border-radius: 10px !important;
}

.wj-flexgridsearch .wj-btn {
  background-color: unset !important;
  color: var(--color-dark) !important;
}

.wj-colheaders{
    text-align: center;
}

div[wj-part=div-filter] {
  border: 0;
}

.wj-control {
  position: relative;
  color: inherit;
  border-radius: 0;
}
.wj-control .wj-input-group .wj-form-control {
  border: 1px solid var(--color-gray-400);
}

.wj-flexgridsearch .wj-input-group .wj-form-control {
  border: none;
}

.wj-control .wj-input-group .wj-input-group-btn {
  max-width: 20px;
}
.wj-control .wj-input-group .wj-input-group-btn .wj-btn-default {
  padding: 0;
}
.wj-control .wj-input-group .wj-input-group-btn .wj-btn-default .wj-glyph-down {
  margin-left: 0;
}
.wj-control .wj-btn:not(.wj-btn-glyph) {
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  overflow: hidden;
  vertical-align: middle;
  padding: 0.5em 1em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: var(--font-r);
  font-weight: normal;
  z-index: 1;
}
.wj-control .wj-btn:not(.wj-btn-glyph)[wj-part=btn-asc], .wj-control .wj-btn:not(.wj-btn-glyph)[wj-part=btn-dsc] {
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-700);
}
.wj-control .wj-btn:not(.wj-btn-glyph)[wj-part=btn-asc]:hover, .wj-control .wj-btn:not(.wj-btn-glyph)[wj-part=btn-asc].wj-state-active, .wj-control .wj-btn:not(.wj-btn-glyph)[wj-part=btn-dsc]:hover, .wj-control .wj-btn:not(.wj-btn-glyph)[wj-part=btn-dsc].wj-state-active {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.wj-control .wj-btn:not(.wj-btn-glyph)[wj-part=btn-apply] {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.wj-control .wj-btn:not(.wj-btn-glyph)[wj-part=btn-apply]:hover {
  background-color: var(--color-primary-active);
}
.wj-control .wj-btn:not(.wj-btn-glyph)[wj-part=btn-cancel] {
  background-color: var(--color-white);
  color: var(--color-dark);
  border: 1px solid var(--color-dark);
}
.wj-control .wj-btn:not(.wj-btn-glyph)[wj-part=btn-cancel]:hover {
  background-color: var(--color-white-active);
}
.wj-control .wj-btn:not(.wj-btn-glyph)[wj-part=btn-clear] {
  background-color: var(--color-danger);
  color: var(--color-white);
}
.wj-control .wj-btn:not(.wj-btn-glyph)[wj-part=btn-clear]:hover {
  background-color: var(--color-danger-active);
}
.wj-control *[wj-part=div-edt-cnd] + div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wj-control *[wj-part=div-edt-cnd] + div > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.wj-control label {
  font-size: 14px;
}
.wj-control label input[type=checkbox] + span,
.wj-control label input[type=radio] + span {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wj-control label input[type=checkbox] + span:before,
.wj-control label input[type=radio] + span:before {
  display: inline-block;
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  background-size: auto 20px;
}
.wj-control label input[type=checkbox] + span:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
.wj-control label input[type=checkbox]:checked + span:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%230068B7'/%3E%3C/svg%3E");
}
.wj-control label input[type=radio] + span:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
.wj-control label input[type=radio]:checked + span:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%230068B7'/%3E%3C/svg%3E");
}

.wj-state-selected,
.wj-state-last-selected,
.wj-listbox-item {
  color: var(--color-dark);
}

.wj-columnfiltereditor {
  color: var(--color-dark);
}
.wj-columnfiltereditor .wj-control {
  margin-top: 0.313em;
}
.wj-columnfiltereditor .wj-filtertype {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wj-columnfiltereditor .wj-filtertype > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
  border-bottom: 1px solid var(--color-gray-400);
  padding: 0.625em 0;
}

.wj-flexgrid{
  position: relative;
}

.wj-flexgrid>div:first-child {
  height: calc(100% - 25px) !important;
}

.grid-statusbar {
  justify-content: space-between;
  align-items: center !important;
  z-index: 3;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid var(--color-gray-400);
  background-color: var(--color-gray-100);
  color: var(--color-dark);
}

.grid-statusbar-text {
  height: 24px;
  padding: 0 4px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
}

.grid-more {
  position: relative;
}

.grid-more ul {
  width: 250px;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 24px;
  right: 0;
  word-break: keep-all;
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 10px 30px 0px rgba(var(--color-rgb-dark), 0.08);
  transition: all 0.3s ease 0s;
}

.grid-more.is-open ul {
  opacity: 1;
  visibility: visible;
}

.grid-more li {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.grid-more ul li + li{
  padding-top: 10px;
}

.grid-more li:hover{
  cursor: pointer;
  color: var(--color-point);
}

.wj-flexgrid .wj-row .wj-cell,
.wj-cell-maker {
  background-color: var(--color-white);
  color: var(--color-dark);
}
.wj-flexgrid .wj-row .wj-cell.wj-header {
  background-color: var(--color-gray-100);
  font-weight: normal;
  font-family: var(--font-m);
  font-size: 15px;
}
.wj-flexgrid .wj-row .wj-cell.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wj-flexgrid .wj-row .wj-cell.flex.wj-align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wj-flexgrid .wj-row .wj-cell.flex.wj-align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wj-flexgrid .wj-row .wj-cell.fgEditableCell {
  background-color: rgba(var(--color-rgb-warning), 0.1);
}
.wj-flexgrid .wj-row .wj-cell.wj-state-selected,
.wj-flexgrid .wj-row .wj-cell.wj-state-selected button
{
  background-color: rgba(var(--color-rgb-primary), 0.7) !important;
  color: var(--color-white) !important;
}
.wj-flexgrid .wj-row .wj-cell.wj-state-multi-selected,
.wj-flexgrid .wj-row .wj-cell.wj-state-multi-selected button
{
  background-color: rgba(var(--color-rgb-primary), 0.5) !important;
  color: var(--color-white) !important;
}

.wj-state-selected label {
  color: var(--color-white) !important;
}

.wj-cell {
  border-right: 1px solid var(--color-gray-400);
  border-bottom: 1px solid var(--color-gray-400);
}
.wj-cell input[type=radio] + label:before {
  width: 1rem;
  height: 1rem;
  margin-right: 0;
  border-width: 4px;
}
.wj-cell label input[type=checkbox] + span,
.wj-cell label input[type=radio] + span {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wj-cell label input[type=checkbox] + span:before,
.wj-cell label input[type=radio] + span:before {
  display: inline-block;
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  background-size: auto 20px;
}
.wj-cell label input[type=checkbox] + span:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C3.89 3 3 3.89 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 3.89 20.1 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
.wj-cell label input[type=checkbox]:checked + span:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM19 5V19H5V5H19Z' fill='%23A1A5B7'/%3E%3Cpath d='M6 13L10 17L18 8.99999L16.59 7.57999L10 14.17L7.41 11.58L6 13Z' fill='%230068B7'/%3E%3C/svg%3E");
}
.wj-cell label input[type=radio] + span:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
.wj-cell label input[type=radio]:checked + span:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 20C9.87827 20 7.84344 19.1571 6.34315 17.6569C4.84285 16.1566 4 14.1217 4 12C4 9.87827 4.84285 7.84344 6.34315 6.34315C7.84344 4.84285 9.87827 4 12 4C14.1217 4 16.1566 4.84285 17.6569 6.34315C19.1571 7.84344 20 9.87827 20 12C20 14.1217 19.1571 16.1566 17.6569 17.6569C16.1566 19.1571 14.1217 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2Z' fill='%23A1A5B7'/%3E%3Cpath d='M8.46447 8.46447C9.40215 7.52678 10.6739 7 12 7C13.3261 7 14.5979 7.52678 15.5355 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5355 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40215 16.4732 8.46447 15.5355C7.52678 14.5979 7 13.3261 7 12C7 10.6739 7.52678 9.40215 8.46447 8.46447Z' fill='%230068B7'/%3E%3C/svg%3E");
}

.wj-dropdown-panel {
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-400);
  font-size: 14px;
}
.wj-dropdown-panel .wj-state-selected,
.wj-dropdown-panel .wj-state-last-selected {
  color: var(--color-white);
}

.wj-sort-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: var(--color-dark);
}
.wj-sort-buttons > * {
  width: 50%;
}

.flexGrid .wj-multiline textarea {
  overflow-wrap: normal;
  line-height: 1.688rem;
}

.popup_layer .form_group .wj-control {
  margin-right: 0.313em;
}
.popup_layer .wj-control .wj-input-group input[type=text].wj-form-control {
  padding: 0.3em;
  width: auto;
}
.popup_layer .wj-control .wj-input-group input[type=text].wj-form-control + .wj-input-group-btn {
  padding: calc(0.25em + 1px) 0;
  margin: 0.313em 1em;
  max-width: inherit;
}
.popup_layer .wj-control .wj-input-group input[type=text].wj-form-control + .wj-input-group-btn .wj-btn {
  background-color: var(--color-point);
  color: var(--color-white);
}
.popup_layer .wj-control .wj-input-group input[type=text].wj-form-control + .wj-input-group-btn .wj-btn:hover {
  background-color: var(--color-point-active);
}

.wj-columnfiltereditor .wj-listbox:not(.wj-state-focused) .wj-listbox-item.wj-state-selected {
  background-color: rgba(var(--color-rgb-primary), 0.5) !important;
  color: var(--color-white);
}

html[data-theme=dark] .wj-flexgrid .wj-row .wj-cell.wj-state-selected,
.wj-flexgrid .wj-row .wj-cell.wj-state-selected button
{
  color: var(--color-dark);
}
html[data-theme=dark] .wj-flexgrid .wj-row .wj-cell.wj-state-multi-selected {
  color: var(--color-dark);
}
html[data-theme=dark] .wj-state-selected label {
  color: var(--color-dark) !important;
}
html[data-theme=dark] .wj-btn:not(.wj-btn-glyph)[wj-part=btn-asc], html[data-theme=dark] .wj-btn:not(.wj-btn-glyph)[wj-part=btn-dsc] {
  color: var(--color-dark);
}
html[data-theme=dark] .wj-btn:not(.wj-btn-glyph)[wj-part=btn-asc]:hover, html[data-theme=dark] .wj-btn:not(.wj-btn-glyph)[wj-part=btn-asc].wj-state-active, html[data-theme=dark] .wj-btn:not(.wj-btn-glyph)[wj-part=btn-dsc]:hover, html[data-theme=dark] .wj-btn:not(.wj-btn-glyph)[wj-part=btn-dsc].wj-state-active {
  color: var(--color-dark);
}
html[data-theme=dark] .wj-btn:not(.wj-btn-glyph)[wj-part=btn-apply] {
  color: var(--color-dark);
}
html[data-theme=dark] .wj-btn:not(.wj-btn-glyph)[wj-part=btn-clear] {
  color: var(--color-dark);
}
html[data-theme=dark] .wj-columnfiltereditor .wj-listbox:not(.wj-state-focused) .wj-listbox-item.wj-state-selected {
  color: var(--color-dark);
}
html[data-theme=dark] .wj-dropdown-panel .wj-state-selected,
html[data-theme=dark] .wj-dropdown-panel .wj-state-last-selected {
  color: var(--color-dark);
}

* {
  /* scroll-behavior: smooth; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow: auto;
  background-color: var(--color-gray-100);
  font-family: var(--font-r);
}

#wrap {
  width: 100%;
}

.not_scroll {
  overflow-y: hidden;
}

.be_af, .breadcrumb ul li:not(:last-child):after, .language ul li:not(:last-child):after, .gnb ul li.has-sub > a:after, .lnb__allmenu > ul > li > a:before, .lnb__allmenu > strong:before, .lnb__shortcut ul li.has-sub > a:before, .lnb__shortcut ul li.has-sub > a:after, .lnb ul li.has-sub > a:after, .header__history ul li a + .tooltip:before, .header__history ul li:not(.is-current):not(.is-current + li):not(:first-child):after, .header__history ul li:last-child:before, .dropdown__caption:after {
  display: block;
  content: "";
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-gray-400);
}

::-webkit-scrollbar-track {
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-100);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-dark-rgb), 0.7);
  z-index: 10001;
}

.hidden, caption, .blind {
  display: block;
  width: 1px;
  height: 1px;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

caption {
  display: none;
}

.disabled {
  pointer-events: none;
}

#header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header > * {
  padding: 0 20px;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 70px;
  background-color: var(--color-point);
  color: #FFFFFF;
}
.header__top .header-top__left,
.header__top .header-top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 20px;
  height: 100%;
}
.header__top .header-top__right > * {
  white-space: nowrap;
}
.header__top .logo a {
  display: block;
  width: 115px;
  height: 40px;
}
.header__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 50px;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(var(--color-rgb-dark), 0.08);
          box-shadow: 0px 10px 30px 0px rgba(var(--color-rgb-dark), 0.08);
  padding-top: 14px;
}
.header__history ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.header__history ul.is-flex li {
  width: 200px;
}
.header__history ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  padding: 10px 15px;
  color: var(--color-dark);
  font-size: 15px;
}
.header__history ul li:not(.is-current):not(.is-current + li):not(:first-child):after, .header__history ul li:last-child:before {
  width: 1px;
  height: 10px;
  position: absolute;
  right: 100%;
  top: calc(50% - 5px);
  background-color: var(--color-gray-300);
}
.header__history ul li:last-child:before {
  left: 100%;
}
.header__history ul li .ico__close {
  min-width: 20px;
}
.header__history ul li a {
  min-width: 149px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1em;
  max-height: 1em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__history ul li:hover {
  cursor: pointer;
  color: var(--color-point);
}
.header__history ul li a:hover + .tooltip {
  opacity: 1;
}
.header__history ul li a.check {
  overflow: inherit;
  white-space: nowrap;
}
.header__history ul li a + .tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(var(--color-rgb-dark), 0.3);
  padding: 7px 15px;
  border-radius: 10px;
  color: #FFFFFF;
  white-space: nowrap;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__history ul li a + .tooltip:before {
  position: absolute;
  top: -4px;
  left: 50px;
  width: 8px;
  height: 8px;
  border-top: 4px solid rgba(var(--color-rgb-dark), 0.3);
  border-left: 4px solid rgba(var(--color-rgb-dark), 0.3);
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__history ul li .ico__close {
  -webkit-transform: scale(0.75, 0.75);
          transform: scale(0.75, 0.75);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__history ul li .ico__close:hover {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header__history ul li.is-current {
  background-color: var(--color-gray-200);
  border-radius: 10px 10px 0 0;
  font-family: var(--font-b);
  color: var(--color-point);
}
.header__history ul li.is-current .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%230068B7'/%3E%3C/svg%3E");
}
.header__history .more {
  position: relative;
  padding-left: 20px;
}
.header__history .more ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 28px;
  right: -20px;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(var(--color-rgb-dark), 0.08);
          box-shadow: 0px 10px 30px 0px rgba(var(--color-rgb-dark), 0.08);
  border-radius: 10px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__history .more ul li {
  padding: 0;
  margin: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.header__history .more ul li a {
  white-space: nowrap;
}
.header__history .more ul li .ico__close {
  margin-left: 10px;
}
.header__history .more ul li:last-child:not(:first-child) {
  border-top: 1px dotted var(--color-gray-400);
  padding-top: 15px;
}
.header__history .more ul li:before, .header__history .more ul li:after {
  display: none !important;
}
.header__history .more ul li.is-current {
  background-color: var(--color-white);
}
.header__history .more ul .tooltip {
  display: none;
}
.header__history .more.is-open ul {
  opacity: 1;
  visibility: visible;
}

.lnb {
  position: absolute;
  left: -280px;
  top: 70px;
  background-color: var(--color-white);
  color: var(--color-dark);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(var(--color-rgb-dark), 0.08);
          box-shadow: 0px 10px 30px 0px rgba(var(--color-rgb-dark), 0.08);
  border-radius: 10px;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.lnb.is-open {
  left: 0;
  visibility: visible;
}
.lnb ul li {
  font-family: var(--font-r);
  font-size: 14px;
}
.lnb ul li a {
  display: block;
  position: relative;
  padding: 10px 20px 10px 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.lnb ul li a:hover {
  background-color: rgba(var(--color-rgb-gray-500), 0.1);
}
.lnb ul li ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.lnb ul li.has-sub > a {
  display: block;
  padding-right: 1em;
}
.lnb ul li.has-sub > a:after {
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
  background-size: cover;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.lnb ul li.is-active > a:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lnb ul li.is-active > a:hover {
  background-color: rgba(var(--color-rgb-gray-500), 0);
}
.lnb ul li.is-active > ul {
  max-height: 100vh;
  -webkit-transition: max-height 0.6s ease-in-out;
  transition: max-height 0.6s ease-in-out;
}
.lnb__button {
  display: block;
  min-width: 24px;
  width: 24px;
  height: 16px;
}
.lnb__wrap {
  height: calc(100vh - 80px);
  overflow-y: auto;
}
.lnb__wrap > * {
  width: 280px;
}
.lnb__wrap > *:not(:last-child) {
  border-bottom: 1px solid var(--color-gray-300);
}
.lnb__search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 15px;
}
.lnb__search input[type=search] {
  padding-right: 32px;
}
.lnb__search .search__button {
  position: absolute;
  right: 27px;
  top: 21px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.lnb__search .clear__button {
  right: 45px;
}
.lnb__shortcut {
  padding: 10px 0;
}
.lnb__shortcut ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.lnb__shortcut ul li a .ico__close {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.lnb__shortcut ul li a:hover .ico__close {
  opacity: 1;
}
.lnb__shortcut ul li.has-sub > a {
  position: relative;
  font-family: var(--font-b);
  font-size: 16px;
}
.lnb__shortcut ul li.has-sub > a:before, .lnb__shortcut ul li.has-sub > a:after {
  position: absolute;
  background-size: cover;
}
.lnb__shortcut ul li.has-sub > a:before {
  left: 14px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.62L12 2L9.19 8.62L2 9.24L7.45 13.97L5.82 21L12 17.27Z' fill='%23FFC700'/%3E%3C/svg%3E");
}
.lnb__shortcut ul li.has-sub > a:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%231E1E2D'/%3E%3C/svg%3E");
}

.lnb__shortcut ul li.has-sub > a > i.edit-favorite {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Etag-edit-outline%3C/title%3E%3Cpath d='M21.41 11.58L12.41 2.58C12.04 2.21 11.53 2 11 2H4C3.47 2 2.96 2.21 2.59 2.59C2.21 2.96 2 3.47 2 4V11C2 11.26 2.05 11.53 2.15 11.77C2.25 12 2.4 12.23 2.59 12.42L4.57 14.4L6 13L4 11V4H11L20 13L13 20L10.87 17.87L10.7 18.04L10.7 18.03L9.45 19.28L11.59 21.42C11.97 21.79 12.47 22 13 22C13.53 22 14.04 21.79 14.41 21.41L21.41 14.41C21.79 14.04 22 13.53 22 13C22 12.74 21.95 12.5 21.85 12.23C21.75 12 21.6 11.77 21.41 11.58M6.5 5C6.8 5 7.09 5.09 7.33 5.25C7.58 5.42 7.77 5.65 7.89 5.93C8 6.2 8.03 6.5 7.97 6.79C7.91 7.08 7.77 7.35 7.56 7.56C7.35 7.77 7.08 7.91 6.79 7.97C6.5 8.03 6.2 8 5.93 7.89C5.65 7.77 5.42 7.58 5.25 7.33C5.09 7.09 5 6.8 5 6.5C5 6.1 5.16 5.72 5.44 5.44C5.72 5.16 6.1 5 6.5 5M10.7 15.35L11.7 14.35C11.91 14.14 11.91 13.79 11.7 13.58L10.42 12.3C10.21 12.09 9.86 12.09 9.65 12.3L8.65 13.3L10.7 15.35M8.06 13.88L2 19.94V22H4.06L10.11 15.93L8.06 13.88Z' /%3E%3C/svg%3E");
  position: absolute;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-left: 2px;
}

.lnb__shortcut ul li.has-sub > a + ul {
  padding-top: 0;
}
.lnb__shortcut ul li.has-sub:after {
  display: none;
}
.lnb__shortcut ul li.has-sub.is-active > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lnb__allmenu {
  padding: 10px 0;
}
.lnb__allmenu > strong {
  position: relative;
  display: block;
  padding: 10px 20px 10px 40px;
  font-family: var(--font-b);
  font-size: 16px;
}
.lnb__allmenu > strong:before {
  position: absolute;
  left: 14px;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V14H4V4H14V2H4ZM8 6C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V18H8V8H18V6H8ZM20 12V20H12V12H20ZM20 10H12C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12V20C10 20.5304 10.2107 21.0391 10.5858 21.4142C10.9609 21.7893 11.4696 22 12 22H20C20.5304 22 21.0391 21.7893 21.4142 21.4142C21.7893 21.0391 22 20.5304 22 20V12C22 11.4696 21.7893 10.9609 21.4142 10.5858C21.0391 10.2107 20.5304 10 20 10ZM19 17H17V19H15V17H13V15H15V13H17V15H19V17Z' fill='%231E1E2D'/%3E%3C/svg%3E");
  background-size: cover;
}
.lnb__allmenu > ul > li > a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.lnb__allmenu > ul > li > a:before {
  position: absolute;
  left: 0;
  top: 0%;
  width: 0;
  height: 100%;
  background-color: rgba(var(--color-rgb-warning), 0.2);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.lnb__allmenu > ul > li.is-active > a {
  font-family: var(--font-b);
}
.lnb__allmenu > ul > li.is-active > a:before {
  width: 100%;
}
.lnb__allmenu > ul > li > ul {
  background-color: var(--color-gray-100);
}
.lnb__allmenu > ul > li > ul > li a {
  padding-left: 70px;
  font-size: 14px;
}
.lnb__allmenu > ul > li > ul > li > a {
  padding-left: 55px;
}

.gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.gnb ul li {
  font-family: var(--font-r);
  font-size: 14px;
}
.gnb ul li a {
  display: block;
  position: relative;
  padding: 8px 25px 8px 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gnb ul li a:hover {
  background-color: rgba(var(--color-rgb-gray-500), 0.1);
}
.gnb ul li ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.gnb ul li.has-sub > a {
  display: block;
}
.gnb ul li.has-sub > a:after {
  position: absolute;
  right: 5px;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-size: cover;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gnb ul li.is-active > a:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.gnb ul li.is-active > ul {
  max-height: 100vh;
  -webkit-transition: max-height 0.6s ease-in-out;
  transition: max-height 0.6s ease-in-out;
}
.gnb > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 20px;
}
.gnb > ul > li {
  position: relative;
  font-size: 16px;
  font-family: var(--font-m);
  color: #FFFFFF;
}
.gnb > ul > li > a {
  border-radius: 10px;
}
.gnb > ul > li.is-active > a {
  font-family: var(--font-b);
}
.gnb > ul > li.is-active > a:before {
  width: 100%;
}
.gnb > ul > li > ul {
  position: absolute;
  top: 40px;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(var(--color-rgb-dark), 0.08);
          box-shadow: 0px 10px 30px 0px rgba(var(--color-rgb-dark), 0.08);
  border-radius: 10px;
  width: 160px;
  z-index: 100;
}
.gnb > ul > li > ul > li {
  color: var(--color-dark);
}
.gnb > ul > li > ul > li.has-sub > a:after {
  right: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
.gnb > ul > li > ul > li.is-active > a {
  background-color: var(--color-gray-100);
  font-family: var(--font-sb);
  color: var(--color-point);
}
.gnb > ul > li > ul > li a {
  font-size: 14px;
  padding: 10px 20px;
}
.gnb > ul > li > ul > li:last-child a {
  padding-bottom: 10px;
}
.gnb > ul > li > ul > li li a {
  padding-left: 2em;
  font-size: 14px;
}
.gnb .more {
  padding-left: 20px;
}
.gnb .more > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0px;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(var(--color-rgb-dark), 0.08);
          box-shadow: 0px 10px 30px 0px rgba(var(--color-rgb-dark), 0.08);
  border-radius: 10px;
  padding: 20px;
  color: var(--color-dark);
  opacity: 0;
  visibility: hidden;
  z-index: 1002;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.gnb .more > ul > li {
  padding: 0;
  margin: 2px 0;
  min-width: 120px;
  font-size: 17px;
  font-family: var(--font-m);
}
.gnb .more > ul > li ul li a {
  font-size: 15px;
  padding: 10px 20px;
}
.gnb .more > ul > li ul li li a {
  padding-left: 2em;
  font-size: 14px;
}
.gnb .more > ul li.has-sub > a:after {
  right: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
.gnb .more.is-open ul {
  opacity: 1;
  visibility: visible;
}

.language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 10px;
}
.language ul li {
  position: relative;
  color: #FFFFFF;
}
.language ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 15px;
}
.language ul li i {
  display: none;
  width: 15px;
  height: 15px;
  margin-right: 3px;
}
.language ul li.is-selected {
  font-family: var(--font-b);
}
.language ul li.is-selected i {
  display: block;
}
.language ul li:not(:last-child):after {
  position: absolute;
  top: 5px;
  right: -5px;
  width: 1px;
  height: 10px;
  background-color: #FFFFFF;
  opacity: 0.5;
}

.profile__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.profile__button p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color-gray-100);
  overflow: hidden;
  margin-right: 10px;
  font-family: var(--font-b);
  font-size: 17px;
  color: var(--color-gray-500);
}
.profile__button strong {
  color: #FFFFFF;
}
.profile__button i {
  width: 20px;
  height: 20px;
}
.profile__menu {
  position: absolute;
  top: 60px;
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(var(--color-rgb-dark), 0.08);
          box-shadow: 0px 10px 30px 0px rgba(var(--color-rgb-dark), 0.08);
  border-radius: 10px;
  color: var(--color-dark);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 15px;
}
.profile__menu.is-open {
  opacity: 1;
  visibility: visible;
}
.profile__menu ul {
  padding: 10px 10px;
}
.profile__menu ul li {
  padding: 10px;
}
.profile__menu ul li:not(:last-child) {
  border-bottom: 1px dotted var(--color-gray-400);
}
.profile__menu ul li a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.profile__menu ul li a:hover {
  color: var(--color-point);
}

.toastui-editor-tooltip .text {
  color: #fff !important;
}

.mode label {
  cursor: pointer;
}
.mode__checkbox {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.mode__toggle {
  position: relative;
  width: 50px;
  height: 22px;
  border: 1px solid var(--color-gray-500);
  border-radius: 20px;
  background-color: var(--color-white);
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
}
.mode__button {
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: var(--color-gray-500);
  -webkit-transition: background-color 250ms, border-color 250ms, -webkit-transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71);
  transition: background-color 250ms, border-color 250ms, -webkit-transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71);
  transition: background-color 250ms, border-color 250ms, transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71);
  transition: background-color 250ms, border-color 250ms, transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71), -webkit-transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71);
  -webkit-transform: translate(28px, 3px);
          transform: translate(28px, 3px);
}
.mode__checkbox:checked ~ .mode__toggle .mode__button {
  -webkit-transform: translate(6px, 3px);
          transform: translate(6px, 3px);
}
.mode__light, .mode__dark {
  position: absolute;
  height: 16px;
  width: 16px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: opacity 150ms, -webkit-transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71);
  transition: opacity 150ms, -webkit-transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71);
  transition: opacity 150ms, transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71);
  transition: opacity 150ms, transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71), -webkit-transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71);
}
.mode__light i, .mode__dark i {
  display: inline-block;
  height: 16px;
  width: 16px;
  background-size: cover;
}
.mode__light {
  opacity: 1;
  -webkit-transform: translate(6px, 2px) rotate(15deg);
          transform: translate(6px, 2px) rotate(15deg);
}
.mode__light i {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 7C13.3261 7 14.5979 7.52678 15.5356 8.46447C16.4732 9.40215 17 10.6739 17 12C17 13.3261 16.4732 14.5979 15.5356 15.5355C14.5979 16.4732 13.3261 17 12 17C10.6739 17 9.40217 16.4732 8.46449 15.5355C7.52681 14.5979 7.00003 13.3261 7.00003 12C7.00003 10.6739 7.52681 9.40215 8.46449 8.46447C9.40217 7.52678 10.6739 7 12 7ZM12 9C11.2044 9 10.4413 9.31607 9.87871 9.87868C9.3161 10.4413 9.00003 11.2044 9.00003 12C9.00003 12.7956 9.3161 13.5587 9.87871 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7957 15 13.5587 14.6839 14.1213 14.1213C14.684 13.5587 15 12.7956 15 12C15 11.2044 14.684 10.4413 14.1213 9.87868C13.5587 9.31607 12.7957 9 12 9ZM12 2L14.39 5.42C13.65 5.15 12.84 5 12 5C11.16 5 10.35 5.15 9.61003 5.42L12 2ZM3.34003 7L7.50003 6.65C6.90003 7.16 6.36003 7.78 5.94003 8.5C5.50003 9.24 5.25003 10 5.11003 10.79L3.34003 7ZM3.36003 17L5.12003 13.23C5.26003 14 5.53003 14.78 5.95003 15.5C6.37003 16.24 6.91003 16.86 7.50003 17.37L3.36003 17ZM20.65 7L18.88 10.79C18.74 10 18.47 9.23 18.05 8.5C17.63 7.78 17.1 7.15 16.5 6.64L20.65 7ZM20.64 17L16.5 17.36C17.09 16.85 17.62 16.22 18.04 15.5C18.46 14.77 18.73 14 18.87 13.21L20.64 17ZM12 22L9.59003 18.56C10.33 18.83 11.14 19 12 19C12.82 19 13.63 18.83 14.37 18.56L12 22Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
}
.mode__checkbox:checked ~ .mode__toggle .mode__light {
  opacity: 0;
  -webkit-transform: translate(26px, 2px) rotate(0deg);
          transform: translate(26px, 2px) rotate(0deg);
}
.mode__dark {
  opacity: 0;
  -webkit-transform: translate(6px, 2px);
          transform: translate(6px, 2px);
}
.mode__dark i {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M17.75 4.09L15.22 6.03L16.13 9.09L13.5 7.28L10.87 9.09L11.78 6.03L9.25001 4.09L12.44 4L13.5 1L14.56 4L17.75 4.09ZM21.25 11L19.61 12.25L20.2 14.23L18.5 13.06L16.8 14.23L17.39 12.25L15.75 11L17.81 10.95L18.5 9L19.19 10.95L21.25 11ZM18.97 15.95C19.8 15.87 20.69 17.05 20.16 17.8C19.84 18.25 19.5 18.67 19.08 19.07C15.17 23 8.84001 23 4.94001 19.07C1.03001 15.17 1.03001 8.83 4.94001 4.93C5.34001 4.53 5.76001 4.17 6.21001 3.85C6.96001 3.32 8.14001 4.21 8.06001 5.04C7.79001 7.9 8.75001 10.87 10.95 13.06C13.14 15.26 16.1 16.22 18.97 15.95ZM17.33 17.97C14.5 17.81 11.7 16.64 9.53001 14.5C7.36001 12.31 6.20001 9.5 6.04001 6.68C3.23001 9.82 3.34001 14.64 6.35001 17.66C9.37001 20.67 14.19 20.78 17.33 17.97Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.mode__checkbox:checked ~ .mode__toggle .mode__dark {
  opacity: 1;
  -webkit-transform: translate(26px, 2px) rotate(15deg);
          transform: translate(26px, 2px) rotate(15deg);
}

html[data-theme=dark] .header {
  border-bottom: 1px solid rgba(var(--color-rgb-gray-500), 0.2);
}
html[data-theme=dark] .header .ico__menu--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M0 0H24V2.66667H0V0ZM0 6.66667H24V9.33333H0V6.66667ZM0 13.3333H24V16H0V13.3333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .header .ico__logo--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
html[data-theme=dark] .header .ico__clock--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 7V13L16.2 16.1L17 14.9L12.5 12.2V7H11ZM20 12V18H22V12H20ZM20 20V22H22V20H20ZM18 20C16.3 21.3 14.3 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2C16.8 2 20.9 5.4 21.8 10H19.7C18.8 6.6 15.7 4 12 4C7.6 4 4 7.6 4 12C4 16.4 7.6 20 12 20C14.4 20 16.5 18.9 18 17.3V20Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .header .ico__arrow-down--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10L12 15L17 10H7Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
html[data-theme=dark] .header .ico__close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M14.25 4.8075L13.1925 3.75L9 7.9425L4.8075 3.75L3.75 4.8075L7.9425 9L3.75 13.1925L4.8075 14.25L9 10.0575L13.1925 14.25L14.25 13.1925L10.0575 9L14.25 4.8075Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

@media (max-width: 1399.98px) {
  .gnb {
    display: none;
  }
}
@media (max-width: 959.98px) {
  .header > * {
    padding: 0 20px;
  }
  .header__top .header-top__left,
  .header__top .header-top__right {
    gap: 0 7px;
  }
  .header__top .logo a {
    width: 80px;
    height: 32px;
  }
  .header__history {
    height: auto;
    padding-top: 7px;
  }
  .header__history ul li {
    padding: 12px 15px;
  }
  .header__history .more ul {
    width: 200px;
    right: 0;
    margin: auto;
    max-height: 70vh;
    overflow-y: auto;
  }
  .header__history .more ul li a {
    white-space: normal;
  }
  .lnb__button {
    width: 20px;
    height: 14px;
  }
  .profile__button strong {
    display: none;
  }
  .profile__button p {
    margin-right: 0;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .profile__menu {
    right: 20px;
  }
  .session {
    font-size: 14px;
  }
  .session i {
    width: 14px;
    height: 14px;
  }
  .language ul li a {
    font-size: 13px;
  }
  .mode {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (max-width: 719.98px) {
  .session {
    display: none;
  }
}
#container {
  position: relative;
  width: 100%;
  padding: 20px;
  isolation: isolate;
}

.container .breadcrumb {
  padding-left: 24px;
}
.container__header {
  margin: 5px 0 10px 0;
}
.container__header .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 5px;
}
.container__header .title h2 {
  font-size: 22px;
  font-family: var(--font-b);
  margin: 0 5px;
}
.container__header .title__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.container__header .title__button i {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.container__header .title__button.is-open i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.container__header .title__menu {
  position: absolute;
  top: 28px;
  left: 20px;
  width: 180px;
  color: var(--color-dark);
  background-color: var(--color-white);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(var(--color-rgb-dark), 0.08);
          box-shadow: 0px 10px 30px 0px rgba(var(--color-rgb-dark), 0.08);
  border-radius: 10px;
  padding: 10px 0;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.container__header .title__menu.is-open {
  opacity: 1;
  visibility: visible;
}
.container__header .title__menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 5px 20px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.container__header .title__menu li a {
  display: block;
  width: 100%;
}
.container__header .title__menu li:hover {
  background-color: rgba(var(--color-rgb-gray-300), 0.1);
  color: var(--color-point);
}
.container__body > *:not(:last-child) {
  margin-bottom: 20px;
}

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.breadcrumb ul li {
  position: relative;
  font-size: 14px;
  color: var(--color-gray-600);
}
.breadcrumb ul li:not(:last-child) {
  margin-right: 20px;
}
.breadcrumb ul li:not(:last-child):after {
  position: absolute;
  right: -16px;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.59 16.58L13.17 12L8.59 7.41L10 6L16 12L10 18L8.59 16.58Z' fill='%23A1A5B7'/%3E%3C/svg%3E");
  background-size: cover;
}
.breadcrumb ul li:last-child {
  font-family: var(--font-b);
  color: var(--color-gray-800);
  pointer-events: none;
}

@media (max-width: 959.98px) {
  #container {
    padding: 15px;
  }
  .container__header {
    margin-bottom: 15px;
  }
  .container__body > *:not(:last-child) {
    margin-bottom: 15px;
  }
}
.popup, .popup--alert {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  padding: 0 20px;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(var(--color-rgb-dark), 0.5);
  z-index: 1001;
}
.popup.is-show, .is-show.popup--alert {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.popup__wrap {
  position: relative;
  max-width: calc(100% - 20px);
  min-width: 800px;
  z-index: 1002;
  background-color: var(--color-white);
  border-radius: 10px;
  overflow: hidden;
}
.popup__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px;
    border-bottom: 1px solid var(--color-gray-300);
    background-color: #0068B7;
}

.popup__header h2 {
    font-size: 16px;
    font-family: var(--font-m);
    color: #ffffff;
}

.popup__content {
    width: 98%;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 70vh;
    font-size: 15px;
    font-family: var(--font);
    margin: 10px 10px 10px 10px;
}

.popup__content > *:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-gray-200);
}

.popup__wrap .wj-flexgrid {
    height: 400px;
}

.popup--alert .popup__wrap {
    min-width: 400px;
    min-height: 200px;
}

.popup--alert .popup__header {
    padding: 13px 20px;
    background-color: var(--color-point);
}

.popup--alert .popup__header h2 {
    color: #FFFFFF;
}
.popup--alert .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  color: var(--color-dark);
}
.popup--alert .message i {
  width: 30px;
  height: 30px;
}
.popup--alert .message p {
  margin-top: 5px;
}

@media (max-width: 959.98px) {
  .popup__wrap {
    min-width: inherit !important;
  }
}
.etc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: var(--color-point);
}
.etc > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.etc__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.etc__left .etc__header {
  position: absolute;
  top: 20px;
  right: 20px;
}
.etc__left {
  position: relative;
  gap: 20px;
}
.etc__left .logo {
  width: 176px;
  height: 70px;
  margin-top: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23FFFFFF'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23FFFFFF'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23FFFFFF'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23FFFFFF'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23FFFFFF'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23FFFFFF'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23FFFFFF'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23FFFFFF'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23FFFFFF'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23FFFFFF'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23FFFFFF'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23FFFFFF'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23FFFFFF'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
}
.etc__left h2 {
  font-size: 18px;
  font-family: var(--font-m);
  color: #FFFFFF;
}
.etc__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 600px;
  max-width: 90%;
  background-color: var(--color-white);
  padding: 60px 50px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(var(--color-rgb-dark), 0.2);
          box-shadow: 0px 0px 40px 0px rgba(var(--color-rgb-dark), 0.2);
  border-radius: 20px;
}
.etc__wrap .logo {
  width: 115px;
  height: 46px;
  margin-top: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='136' height='54' viewBox='0 0 136 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 35.667C7.43514 34.8573 6.01778 34.2082 6.01778 32.8858C6.01778 31.8773 6.82735 31.1419 8.42489 31.1419C9.01585 31.1419 9.49391 31.2137 9.99119 31.3024C10.253 31.3503 10.5317 31.3862 10.7599 31.3862C12.1557 31.3862 12.946 30.5598 13.4673 28.9811L13.6835 28.3343C13.4625 28.2457 11.1779 27.2444 8.20387 27.2444C3.46893 27.2444 0.968129 30.2747 0.970532 33.4152C0.970532 35.0011 1.46781 36.1485 2.24616 37.0492C3.25032 38.2135 4.67969 38.9753 6.01778 39.6268C7.96605 40.5803 9.72934 41.2893 9.72934 42.7003C9.72934 43.9579 8.42729 44.6718 6.69042 44.6718C4.30733 44.6718 2.22454 43.3136 1.96028 43.1507L0 46.8062C0.353139 47.0027 2.86835 48.5933 7.01714 48.5933C11.435 48.5909 14.7814 46.0684 14.7814 42.1781C14.7814 38.2877 11.6824 36.8792 9.1696 35.667' fill='%23CE0E2D'/%3E%3Cpath d='M26.4518 37.4709L34.4635 27.6708H28.758L22.3583 36.127H22.267V27.6708H17.5609V48.428H17.8419C19.8743 48.428 22.3006 47.4866 22.3006 44.1017V39.3346H22.3943L28.9093 48.1717H34.8959L26.4494 37.4709H26.4518Z' fill='%23CE0E2D'/%3E%3Cpath d='M34.7349 5.43309C33.0774 5.74211 30.6174 7.2465 30.627 9.89596C30.6318 12.3059 32.6089 13.7647 32.6161 16.922C32.6233 19.296 31.3093 20.8938 29.8967 21.785C30.4684 21.7346 31.0979 21.7011 31.7849 21.7011C33.2359 21.6963 34.1103 21.8353 34.1656 21.8424L41.5959 12.7466C39.5347 9.66119 37.1252 7.26806 34.7373 5.43309' fill='%23CE0E2D'/%3E%3Cpath d='M40.9785 30.004C41.9178 28.5523 42.0355 26.2358 42.11 23.8763C42.1989 21.6748 42.6625 20.0219 45.6126 20.0099C46.266 20.0075 46.8858 20.0961 48.0125 20.0937C52.3414 20.0793 55.1617 18.5917 56.9178 17.6191C53.3264 15.3362 48.0893 13.0101 41.5935 12.7466C41.1731 13.9372 37.8795 23.0618 37.6321 23.802C37.6705 23.8451 38.2423 24.4895 38.9678 25.7472C40.0296 27.4743 40.599 28.938 40.9785 30.004Z' fill='%23CE0E2D'/%3E%3Cpath d='M25.2747 22.5467C24.8975 22.5467 24.7125 22.3 24.6621 21.8664C24.6164 21.4376 22.7546 4.47488 22.4784 1.90687C22.4351 1.53317 22.3439 0.845655 22.3439 0.598916C22.3439 0.203654 22.6033 3.42885e-05 22.9036 3.42885e-05C23.7852 -0.00715229 28.5874 1.11395 33.6851 4.6761C32.2101 5.09053 29.5604 6.60929 29.57 9.7642C29.5796 12.555 31.5807 14.0881 31.5975 16.8885C31.6119 21.4424 26.3629 22.5467 25.2747 22.5467Z' fill='%23EE7623'/%3E%3Cpath d='M41.4061 31.2113C41.4854 31.4222 41.5599 31.6018 41.6343 31.724C41.7521 31.9228 41.9058 32.0139 42.0908 32.0139C42.2109 32.0139 42.3574 31.9731 42.516 31.8965C42.91 31.7168 58.4361 24.5111 60.7759 23.4331C61.1171 23.2726 61.7561 22.9875 61.9699 22.8629C62.1909 22.7336 62.2894 22.5539 62.2894 22.3671C62.2894 22.2617 62.2557 22.1587 62.2005 22.0676C61.9098 21.5909 60.4084 20.0027 57.8956 18.2635C55.8992 19.3607 52.7882 21.0543 48.1566 21.0711C47.0203 21.0711 46.7633 20.9992 45.9873 20.9992C43.7292 21.0088 43.1646 21.9742 43.0805 23.9481C43.0685 24.3218 43.0613 24.8273 43.0349 25.3758C42.9676 27.1413 42.7562 29.5776 41.4061 31.209' fill='%23EE7623'/%3E%3Cpath d='M131.757 44.5856V39.0088H134.159L135.002 36.8552H131.759V33.4847C131.759 33.4847 131.5 33.4799 131.49 33.4847C130.21 33.4847 128.886 34.0261 128.886 36.8241V36.8552H126.762V39.0088H128.886V45.5773C128.886 47.4315 129.986 48.4016 131.553 48.4016C132.816 48.4016 134.447 48.0184 134.447 45.5174C134.347 45.5821 133.736 45.9774 133.064 45.9774C132.127 45.9774 131.757 45.4048 131.757 44.588' fill='%23EE7623'/%3E%3Cpath d='M48.6659 41.3061C48.6659 40.0221 49.574 38.8291 50.8328 38.8291C52.2526 38.8291 53.0333 40.0556 53.0549 41.3061H48.6659ZM50.8808 36.6803C48.1326 36.6803 45.812 38.9082 45.812 42.5614C45.812 46.2145 48.0605 48.4184 51.4214 48.4184C54.0951 48.4184 55.4765 47.2542 55.647 47.1488C55.647 47.1488 55.3852 46.7224 55.3107 46.605C54.9383 45.9942 54.5107 45.7953 54.0399 45.7953C53.0934 45.7953 52.9709 46.193 51.6928 46.193C49.4923 46.193 48.7308 44.4778 48.6779 43.3399H56.0386V42.4871C56.0386 38.9872 54.0159 36.6827 50.8832 36.6827' fill='%23EE7623'/%3E%3Cpath d='M75 46.2169C76.7681 46.2169 77.7699 44.7078 77.7699 42.5542C77.7699 40.4006 76.7825 38.8794 75 38.8794C73.2175 38.8794 72.2277 40.379 72.2277 42.5542C72.2277 44.7293 73.2175 46.2169 75 46.2169ZM75 48.416C71.4878 48.416 69.369 46.1067 69.369 42.5542C69.369 39.0016 71.4614 36.6779 75 36.6779C78.5386 36.6779 80.6238 39.016 80.6238 42.5542C80.6238 45.8983 78.6971 48.416 75 48.416Z' fill='%23EE7623'/%3E%3Cpath d='M67.1637 45.3042C66.9451 45.4456 65.9193 46.1043 64.4899 46.1043C62.5416 46.1043 61.1531 44.5688 61.1531 42.5614C61.1531 40.3263 62.7314 38.9944 64.4899 38.9944C65.4388 38.9944 65.8376 39.2843 66.4646 39.2843C67.1348 39.2843 67.4904 38.9609 67.8219 38.3141C68.0045 37.9596 68.1174 37.7535 68.1174 37.7535C67.9732 37.6649 66.5199 36.6803 64.0575 36.6803C60.4396 36.6803 58.2799 39.2627 58.2799 42.5614C58.2799 46.1594 60.7519 48.4184 64.0575 48.4184C66.4502 48.4184 67.906 47.4434 68.1558 47.2614L67.1637 45.3042Z' fill='%23EE7623'/%3E%3Cpath d='M114.739 40.5874V48.1597H117.591V40.2904C117.747 40.1467 118.758 39.1837 119.882 39.1837C121.348 39.1837 122.109 40.2425 122.109 41.6223V48.1597H124.956V40.9108C124.956 37.4685 122.301 36.7067 120.819 36.7067C119.037 36.7067 117.768 37.8278 117.394 38.1991C117.273 37.7368 116.728 36.9558 115.484 36.9558C115.044 36.9558 114.47 37.0852 114.417 37.0996C114.504 37.5284 114.739 38.5417 114.739 40.5874Z' fill='%23EE7623'/%3E%3Cpath d='M98.7035 44.9976V33.2883C98.7035 31.9683 97.8171 30.9454 96.4454 30.9454H95.8304V46.1475C95.8304 47.5464 96.7 48.416 98.2111 48.416C100.075 48.416 100.63 47.0937 100.63 45.8504C100.553 45.8887 100.159 46.0516 99.763 46.0516C99.0975 46.0516 98.7035 45.666 98.7035 44.9976Z' fill='%23EE7623'/%3E%3Cpath d='M109.142 45.3354C108.959 45.4384 108.188 46.1331 107.04 46.1331C106.047 46.1331 105.293 45.5366 105.293 44.5425C105.293 43.7016 106.105 42.9782 107.659 42.9782H109.142V45.3354ZM109.384 47.0338C109.586 47.5512 110.069 48.1597 111.075 48.1597C111.604 48.1597 112.291 48.0208 112.402 47.9776C112.32 47.6519 112.056 46.7727 112.056 44.7988V40.8581C112.056 37.9332 110.167 36.6756 107.246 36.6756C104.791 36.6756 103.04 37.8494 102.836 37.9859C102.836 37.9859 102.953 38.1895 103.033 38.3333C103.278 38.7501 103.494 39.3633 104.217 39.3633C104.94 39.3633 105.545 38.8148 106.91 38.8148C108.409 38.8148 109.139 39.5382 109.139 40.6449V41.045H108.195C104.349 41.045 102.324 42.5278 102.324 44.9066C102.324 47.0075 103.933 48.416 106.151 48.416C108.368 48.416 109.199 47.1871 109.382 47.0314' fill='%23EE7623'/%3E%3Cpath d='M87.2277 46.1403C86.5143 46.1403 86.0002 46.0109 85.8272 45.9678V39.1741C85.9882 39.1381 86.4854 38.9968 87.2277 38.9968C88.9718 38.9968 90.4973 40.1275 90.4973 42.5662C90.4973 45.0048 89.1304 46.1403 87.2277 46.1403ZM87.6001 36.6588C85.1209 36.6588 83.2639 37.2696 82.9396 37.375V54H83.3961C84.7221 54 85.8296 53.1184 85.8296 51.3577V48.2364C85.9113 48.2555 86.7809 48.4951 87.7971 48.4951C90.9033 48.4951 93.6059 46.5667 93.6059 42.4871C93.6059 39.0543 91.3885 36.6588 87.6001 36.6588Z' fill='%23EE7623'/%3E%3C/svg%3E%0A");
}
.etc__wrap h2 {
  color: var(--color-dark);
  font-size: 14px;
}
.etc__wrap p {
  margin-top: 20px;
  font-size: 18px;
  font-family: var(--font-b);
}
.etc__bg {
  opacity: 0.05;
}
.etc__bg i {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.etc__bg i[class*=rect] {
  width: 343px;
  height: 501px;
}
.etc__bg i[class*=polygon] {
  width: 493px;
  height: 471px;
}
.etc__bg i:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-transform: translate(-30%, -30%) rotate(-50deg);
          transform: translate(-30%, -30%) rotate(-50deg);
}
.etc__bg i:nth-child(2) {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(40%, 40%) rotate(-70deg);
          transform: translate(40%, 40%) rotate(-70deg);
}
.etc__bg i:nth-child(3) {
  top: 0;
  right: 0;
  -webkit-transform: translate(40%, 10%);
          transform: translate(40%, 10%);
}
.etc__bg i:nth-child(4) {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 20%) rotate(-60deg);
          transform: translate(-30%, 20%) rotate(-60deg);
}
.etc__right {
  position: relative;
  background-color: var(--color-white);
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.etc__right .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 500px;
  max-width: 90%;
}
.etc__right .form h2 {
  font-size: 22px;
  font-family: var(--font-b);
}
.etc__right .form h3 {
  font-size: 18px;
  font-family: var(--font-m);
  color: var(--color-gray-700);
}
.etc__right .form__group, .etc__right .form--cols-1 > *[class*="--x1"], .etc__right .form--cols-1 > *[class*="--x2"], .etc__right .form--cols-1 > *[class*="--x3"], .etc__right .form--cols-1 > *[class*="--x4"], .etc__right .form--cols-1 > *[class*="--x5"], .etc__right .form--cols-1 > *[class*="--x6"], .etc__right .form--cols-1 > *[class*="--x7"], .etc__right .form--cols-1 > *[class*="--x8"], .etc__right .form--cols-1 > *[class*="--x9"], .etc__right .form--cols-1 > *[class*="--x10"], .etc__right .form--cols-1 > *[class*="--x11"], .etc__right .form--cols-1 > *[class*="--x12"], .etc__right .form--cols-2 > *[class*="--x1"], .etc__right .form--cols-2 > *[class*="--x2"], .etc__right .form--cols-2 > *[class*="--x3"], .etc__right .form--cols-2 > *[class*="--x4"], .etc__right .form--cols-2 > *[class*="--x5"], .etc__right .form--cols-2 > *[class*="--x6"], .etc__right .form--cols-2 > *[class*="--x7"], .etc__right .form--cols-2 > *[class*="--x8"], .etc__right .form--cols-2 > *[class*="--x9"], .etc__right .form--cols-2 > *[class*="--x10"], .etc__right .form--cols-2 > *[class*="--x11"], .etc__right .form--cols-2 > *[class*="--x12"], .etc__right .form--cols-3 > *[class*="--x1"], .etc__right .form--cols-3 > *[class*="--x2"], .etc__right .form--cols-3 > *[class*="--x3"], .etc__right .form--cols-3 > *[class*="--x4"], .etc__right .form--cols-3 > *[class*="--x5"], .etc__right .form--cols-3 > *[class*="--x6"], .etc__right .form--cols-3 > *[class*="--x7"], .etc__right .form--cols-3 > *[class*="--x8"], .etc__right .form--cols-3 > *[class*="--x9"], .etc__right .form--cols-3 > *[class*="--x10"], .etc__right .form--cols-3 > *[class*="--x11"], .etc__right .form--cols-3 > *[class*="--x12"], .etc__right .form--cols-4 > *[class*="--x1"], .etc__right .form--cols-4 > *[class*="--x2"], .etc__right .form--cols-4 > *[class*="--x3"], .etc__right .form--cols-4 > *[class*="--x4"], .etc__right .form--cols-4 > *[class*="--x5"], .etc__right .form--cols-4 > *[class*="--x6"], .etc__right .form--cols-4 > *[class*="--x7"], .etc__right .form--cols-4 > *[class*="--x8"], .etc__right .form--cols-4 > *[class*="--x9"], .etc__right .form--cols-4 > *[class*="--x10"], .etc__right .form--cols-4 > *[class*="--x11"], .etc__right .form--cols-4 > *[class*="--x12"], .etc__right .form--cols-5 > *[class*="--x1"], .etc__right .form--cols-5 > *[class*="--x2"], .etc__right .form--cols-5 > *[class*="--x3"], .etc__right .form--cols-5 > *[class*="--x4"], .etc__right .form--cols-5 > *[class*="--x5"], .etc__right .form--cols-5 > *[class*="--x6"], .etc__right .form--cols-5 > *[class*="--x7"], .etc__right .form--cols-5 > *[class*="--x8"], .etc__right .form--cols-5 > *[class*="--x9"], .etc__right .form--cols-5 > *[class*="--x10"], .etc__right .form--cols-5 > *[class*="--x11"], .etc__right .form--cols-5 > *[class*="--x12"], .etc__right .form--cols-6 > *[class*="--x1"], .etc__right .form--cols-6 > *[class*="--x2"], .etc__right .form--cols-6 > *[class*="--x3"], .etc__right .form--cols-6 > *[class*="--x4"], .etc__right .form--cols-6 > *[class*="--x5"], .etc__right .form--cols-6 > *[class*="--x6"], .etc__right .form--cols-6 > *[class*="--x7"], .etc__right .form--cols-6 > *[class*="--x8"], .etc__right .form--cols-6 > *[class*="--x9"], .etc__right .form--cols-6 > *[class*="--x10"], .etc__right .form--cols-6 > *[class*="--x11"], .etc__right .form--cols-6 > *[class*="--x12"], .etc__right .form--cols-7 > *[class*="--x1"], .etc__right .form--cols-7 > *[class*="--x2"], .etc__right .form--cols-7 > *[class*="--x3"], .etc__right .form--cols-7 > *[class*="--x4"], .etc__right .form--cols-7 > *[class*="--x5"], .etc__right .form--cols-7 > *[class*="--x6"], .etc__right .form--cols-7 > *[class*="--x7"], .etc__right .form--cols-7 > *[class*="--x8"], .etc__right .form--cols-7 > *[class*="--x9"], .etc__right .form--cols-7 > *[class*="--x10"], .etc__right .form--cols-7 > *[class*="--x11"], .etc__right .form--cols-7 > *[class*="--x12"], .etc__right .form--cols-8 > *[class*="--x1"], .etc__right .form--cols-8 > *[class*="--x2"], .etc__right .form--cols-8 > *[class*="--x3"], .etc__right .form--cols-8 > *[class*="--x4"], .etc__right .form--cols-8 > *[class*="--x5"], .etc__right .form--cols-8 > *[class*="--x6"], .etc__right .form--cols-8 > *[class*="--x7"], .etc__right .form--cols-8 > *[class*="--x8"], .etc__right .form--cols-8 > *[class*="--x9"], .etc__right .form--cols-8 > *[class*="--x10"], .etc__right .form--cols-8 > *[class*="--x11"], .etc__right .form--cols-8 > *[class*="--x12"], .etc__right .form--cols-9 > *[class*="--x1"], .etc__right .form--cols-9 > *[class*="--x2"], .etc__right .form--cols-9 > *[class*="--x3"], .etc__right .form--cols-9 > *[class*="--x4"], .etc__right .form--cols-9 > *[class*="--x5"], .etc__right .form--cols-9 > *[class*="--x6"], .etc__right .form--cols-9 > *[class*="--x7"], .etc__right .form--cols-9 > *[class*="--x8"], .etc__right .form--cols-9 > *[class*="--x9"], .etc__right .form--cols-9 > *[class*="--x10"], .etc__right .form--cols-9 > *[class*="--x11"], .etc__right .form--cols-9 > *[class*="--x12"], .etc__right .form--cols-10 > *[class*="--x1"], .etc__right .form--cols-10 > *[class*="--x2"], .etc__right .form--cols-10 > *[class*="--x3"], .etc__right .form--cols-10 > *[class*="--x4"], .etc__right .form--cols-10 > *[class*="--x5"], .etc__right .form--cols-10 > *[class*="--x6"], .etc__right .form--cols-10 > *[class*="--x7"], .etc__right .form--cols-10 > *[class*="--x8"], .etc__right .form--cols-10 > *[class*="--x9"], .etc__right .form--cols-10 > *[class*="--x10"], .etc__right .form--cols-10 > *[class*="--x11"], .etc__right .form--cols-10 > *[class*="--x12"], .etc__right .form--cols-11 > *[class*="--x1"], .etc__right .form--cols-11 > *[class*="--x2"], .etc__right .form--cols-11 > *[class*="--x3"], .etc__right .form--cols-11 > *[class*="--x4"], .etc__right .form--cols-11 > *[class*="--x5"], .etc__right .form--cols-11 > *[class*="--x6"], .etc__right .form--cols-11 > *[class*="--x7"], .etc__right .form--cols-11 > *[class*="--x8"], .etc__right .form--cols-11 > *[class*="--x9"], .etc__right .form--cols-11 > *[class*="--x10"], .etc__right .form--cols-11 > *[class*="--x11"], .etc__right .form--cols-11 > *[class*="--x12"], .etc__right .form--cols-12 > *[class*="--x1"], .etc__right .form--cols-12 > *[class*="--x2"], .etc__right .form--cols-12 > *[class*="--x3"], .etc__right .form--cols-12 > *[class*="--x4"], .etc__right .form--cols-12 > *[class*="--x5"], .etc__right .form--cols-12 > *[class*="--x6"], .etc__right .form--cols-12 > *[class*="--x7"], .etc__right .form--cols-12 > *[class*="--x8"], .etc__right .form--cols-12 > *[class*="--x9"], .etc__right .form--cols-12 > *[class*="--x10"], .etc__right .form--cols-12 > *[class*="--x11"], .etc__right .form--cols-12 > *[class*="--x12"], .etc__right .form__group--center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}
.etc__right .form__group strong, .etc__right .form--cols-1 > *[class*="--x1"] strong, .etc__right .form--cols-1 > *[class*="--x2"] strong, .etc__right .form--cols-1 > *[class*="--x3"] strong, .etc__right .form--cols-1 > *[class*="--x4"] strong, .etc__right .form--cols-1 > *[class*="--x5"] strong, .etc__right .form--cols-1 > *[class*="--x6"] strong, .etc__right .form--cols-1 > *[class*="--x7"] strong, .etc__right .form--cols-1 > *[class*="--x8"] strong, .etc__right .form--cols-1 > *[class*="--x9"] strong, .etc__right .form--cols-1 > *[class*="--x10"] strong, .etc__right .form--cols-1 > *[class*="--x11"] strong, .etc__right .form--cols-1 > *[class*="--x12"] strong, .etc__right .form--cols-2 > *[class*="--x1"] strong, .etc__right .form--cols-2 > *[class*="--x2"] strong, .etc__right .form--cols-2 > *[class*="--x3"] strong, .etc__right .form--cols-2 > *[class*="--x4"] strong, .etc__right .form--cols-2 > *[class*="--x5"] strong, .etc__right .form--cols-2 > *[class*="--x6"] strong, .etc__right .form--cols-2 > *[class*="--x7"] strong, .etc__right .form--cols-2 > *[class*="--x8"] strong, .etc__right .form--cols-2 > *[class*="--x9"] strong, .etc__right .form--cols-2 > *[class*="--x10"] strong, .etc__right .form--cols-2 > *[class*="--x11"] strong, .etc__right .form--cols-2 > *[class*="--x12"] strong, .etc__right .form--cols-3 > *[class*="--x1"] strong, .etc__right .form--cols-3 > *[class*="--x2"] strong, .etc__right .form--cols-3 > *[class*="--x3"] strong, .etc__right .form--cols-3 > *[class*="--x4"] strong, .etc__right .form--cols-3 > *[class*="--x5"] strong, .etc__right .form--cols-3 > *[class*="--x6"] strong, .etc__right .form--cols-3 > *[class*="--x7"] strong, .etc__right .form--cols-3 > *[class*="--x8"] strong, .etc__right .form--cols-3 > *[class*="--x9"] strong, .etc__right .form--cols-3 > *[class*="--x10"] strong, .etc__right .form--cols-3 > *[class*="--x11"] strong, .etc__right .form--cols-3 > *[class*="--x12"] strong, .etc__right .form--cols-4 > *[class*="--x1"] strong, .etc__right .form--cols-4 > *[class*="--x2"] strong, .etc__right .form--cols-4 > *[class*="--x3"] strong, .etc__right .form--cols-4 > *[class*="--x4"] strong, .etc__right .form--cols-4 > *[class*="--x5"] strong, .etc__right .form--cols-4 > *[class*="--x6"] strong, .etc__right .form--cols-4 > *[class*="--x7"] strong, .etc__right .form--cols-4 > *[class*="--x8"] strong, .etc__right .form--cols-4 > *[class*="--x9"] strong, .etc__right .form--cols-4 > *[class*="--x10"] strong, .etc__right .form--cols-4 > *[class*="--x11"] strong, .etc__right .form--cols-4 > *[class*="--x12"] strong, .etc__right .form--cols-5 > *[class*="--x1"] strong, .etc__right .form--cols-5 > *[class*="--x2"] strong, .etc__right .form--cols-5 > *[class*="--x3"] strong, .etc__right .form--cols-5 > *[class*="--x4"] strong, .etc__right .form--cols-5 > *[class*="--x5"] strong, .etc__right .form--cols-5 > *[class*="--x6"] strong, .etc__right .form--cols-5 > *[class*="--x7"] strong, .etc__right .form--cols-5 > *[class*="--x8"] strong, .etc__right .form--cols-5 > *[class*="--x9"] strong, .etc__right .form--cols-5 > *[class*="--x10"] strong, .etc__right .form--cols-5 > *[class*="--x11"] strong, .etc__right .form--cols-5 > *[class*="--x12"] strong, .etc__right .form--cols-6 > *[class*="--x1"] strong, .etc__right .form--cols-6 > *[class*="--x2"] strong, .etc__right .form--cols-6 > *[class*="--x3"] strong, .etc__right .form--cols-6 > *[class*="--x4"] strong, .etc__right .form--cols-6 > *[class*="--x5"] strong, .etc__right .form--cols-6 > *[class*="--x6"] strong, .etc__right .form--cols-6 > *[class*="--x7"] strong, .etc__right .form--cols-6 > *[class*="--x8"] strong, .etc__right .form--cols-6 > *[class*="--x9"] strong, .etc__right .form--cols-6 > *[class*="--x10"] strong, .etc__right .form--cols-6 > *[class*="--x11"] strong, .etc__right .form--cols-6 > *[class*="--x12"] strong, .etc__right .form--cols-7 > *[class*="--x1"] strong, .etc__right .form--cols-7 > *[class*="--x2"] strong, .etc__right .form--cols-7 > *[class*="--x3"] strong, .etc__right .form--cols-7 > *[class*="--x4"] strong, .etc__right .form--cols-7 > *[class*="--x5"] strong, .etc__right .form--cols-7 > *[class*="--x6"] strong, .etc__right .form--cols-7 > *[class*="--x7"] strong, .etc__right .form--cols-7 > *[class*="--x8"] strong, .etc__right .form--cols-7 > *[class*="--x9"] strong, .etc__right .form--cols-7 > *[class*="--x10"] strong, .etc__right .form--cols-7 > *[class*="--x11"] strong, .etc__right .form--cols-7 > *[class*="--x12"] strong, .etc__right .form--cols-8 > *[class*="--x1"] strong, .etc__right .form--cols-8 > *[class*="--x2"] strong, .etc__right .form--cols-8 > *[class*="--x3"] strong, .etc__right .form--cols-8 > *[class*="--x4"] strong, .etc__right .form--cols-8 > *[class*="--x5"] strong, .etc__right .form--cols-8 > *[class*="--x6"] strong, .etc__right .form--cols-8 > *[class*="--x7"] strong, .etc__right .form--cols-8 > *[class*="--x8"] strong, .etc__right .form--cols-8 > *[class*="--x9"] strong, .etc__right .form--cols-8 > *[class*="--x10"] strong, .etc__right .form--cols-8 > *[class*="--x11"] strong, .etc__right .form--cols-8 > *[class*="--x12"] strong, .etc__right .form--cols-9 > *[class*="--x1"] strong, .etc__right .form--cols-9 > *[class*="--x2"] strong, .etc__right .form--cols-9 > *[class*="--x3"] strong, .etc__right .form--cols-9 > *[class*="--x4"] strong, .etc__right .form--cols-9 > *[class*="--x5"] strong, .etc__right .form--cols-9 > *[class*="--x6"] strong, .etc__right .form--cols-9 > *[class*="--x7"] strong, .etc__right .form--cols-9 > *[class*="--x8"] strong, .etc__right .form--cols-9 > *[class*="--x9"] strong, .etc__right .form--cols-9 > *[class*="--x10"] strong, .etc__right .form--cols-9 > *[class*="--x11"] strong, .etc__right .form--cols-9 > *[class*="--x12"] strong, .etc__right .form--cols-10 > *[class*="--x1"] strong, .etc__right .form--cols-10 > *[class*="--x2"] strong, .etc__right .form--cols-10 > *[class*="--x3"] strong, .etc__right .form--cols-10 > *[class*="--x4"] strong, .etc__right .form--cols-10 > *[class*="--x5"] strong, .etc__right .form--cols-10 > *[class*="--x6"] strong, .etc__right .form--cols-10 > *[class*="--x7"] strong, .etc__right .form--cols-10 > *[class*="--x8"] strong, .etc__right .form--cols-10 > *[class*="--x9"] strong, .etc__right .form--cols-10 > *[class*="--x10"] strong, .etc__right .form--cols-10 > *[class*="--x11"] strong, .etc__right .form--cols-10 > *[class*="--x12"] strong, .etc__right .form--cols-11 > *[class*="--x1"] strong, .etc__right .form--cols-11 > *[class*="--x2"] strong, .etc__right .form--cols-11 > *[class*="--x3"] strong, .etc__right .form--cols-11 > *[class*="--x4"] strong, .etc__right .form--cols-11 > *[class*="--x5"] strong, .etc__right .form--cols-11 > *[class*="--x6"] strong, .etc__right .form--cols-11 > *[class*="--x7"] strong, .etc__right .form--cols-11 > *[class*="--x8"] strong, .etc__right .form--cols-11 > *[class*="--x9"] strong, .etc__right .form--cols-11 > *[class*="--x10"] strong, .etc__right .form--cols-11 > *[class*="--x11"] strong, .etc__right .form--cols-11 > *[class*="--x12"] strong, .etc__right .form--cols-12 > *[class*="--x1"] strong, .etc__right .form--cols-12 > *[class*="--x2"] strong, .etc__right .form--cols-12 > *[class*="--x3"] strong, .etc__right .form--cols-12 > *[class*="--x4"] strong, .etc__right .form--cols-12 > *[class*="--x5"] strong, .etc__right .form--cols-12 > *[class*="--x6"] strong, .etc__right .form--cols-12 > *[class*="--x7"] strong, .etc__right .form--cols-12 > *[class*="--x8"] strong, .etc__right .form--cols-12 > *[class*="--x9"] strong, .etc__right .form--cols-12 > *[class*="--x10"] strong, .etc__right .form--cols-12 > *[class*="--x11"] strong, .etc__right .form--cols-12 > *[class*="--x12"] strong, .etc__right .form__group--center strong {
  text-align: left;
  padding: 0;
}
.etc__right .form__group input[type=text], .etc__right .form--cols-1 > *[class*="--x1"] input[type=text], .etc__right .form--cols-1 > *[class*="--x2"] input[type=text], .etc__right .form--cols-1 > *[class*="--x3"] input[type=text], .etc__right .form--cols-1 > *[class*="--x4"] input[type=text], .etc__right .form--cols-1 > *[class*="--x5"] input[type=text], .etc__right .form--cols-1 > *[class*="--x6"] input[type=text], .etc__right .form--cols-1 > *[class*="--x7"] input[type=text], .etc__right .form--cols-1 > *[class*="--x8"] input[type=text], .etc__right .form--cols-1 > *[class*="--x9"] input[type=text], .etc__right .form--cols-1 > *[class*="--x10"] input[type=text], .etc__right .form--cols-1 > *[class*="--x11"] input[type=text], .etc__right .form--cols-1 > *[class*="--x12"] input[type=text], .etc__right .form--cols-2 > *[class*="--x1"] input[type=text], .etc__right .form--cols-2 > *[class*="--x2"] input[type=text], .etc__right .form--cols-2 > *[class*="--x3"] input[type=text], .etc__right .form--cols-2 > *[class*="--x4"] input[type=text], .etc__right .form--cols-2 > *[class*="--x5"] input[type=text], .etc__right .form--cols-2 > *[class*="--x6"] input[type=text], .etc__right .form--cols-2 > *[class*="--x7"] input[type=text], .etc__right .form--cols-2 > *[class*="--x8"] input[type=text], .etc__right .form--cols-2 > *[class*="--x9"] input[type=text], .etc__right .form--cols-2 > *[class*="--x10"] input[type=text], .etc__right .form--cols-2 > *[class*="--x11"] input[type=text], .etc__right .form--cols-2 > *[class*="--x12"] input[type=text], .etc__right .form--cols-3 > *[class*="--x1"] input[type=text], .etc__right .form--cols-3 > *[class*="--x2"] input[type=text], .etc__right .form--cols-3 > *[class*="--x3"] input[type=text], .etc__right .form--cols-3 > *[class*="--x4"] input[type=text], .etc__right .form--cols-3 > *[class*="--x5"] input[type=text], .etc__right .form--cols-3 > *[class*="--x6"] input[type=text], .etc__right .form--cols-3 > *[class*="--x7"] input[type=text], .etc__right .form--cols-3 > *[class*="--x8"] input[type=text], .etc__right .form--cols-3 > *[class*="--x9"] input[type=text], .etc__right .form--cols-3 > *[class*="--x10"] input[type=text], .etc__right .form--cols-3 > *[class*="--x11"] input[type=text], .etc__right .form--cols-3 > *[class*="--x12"] input[type=text], .etc__right .form--cols-4 > *[class*="--x1"] input[type=text], .etc__right .form--cols-4 > *[class*="--x2"] input[type=text], .etc__right .form--cols-4 > *[class*="--x3"] input[type=text], .etc__right .form--cols-4 > *[class*="--x4"] input[type=text], .etc__right .form--cols-4 > *[class*="--x5"] input[type=text], .etc__right .form--cols-4 > *[class*="--x6"] input[type=text], .etc__right .form--cols-4 > *[class*="--x7"] input[type=text], .etc__right .form--cols-4 > *[class*="--x8"] input[type=text], .etc__right .form--cols-4 > *[class*="--x9"] input[type=text], .etc__right .form--cols-4 > *[class*="--x10"] input[type=text], .etc__right .form--cols-4 > *[class*="--x11"] input[type=text], .etc__right .form--cols-4 > *[class*="--x12"] input[type=text], .etc__right .form--cols-5 > *[class*="--x1"] input[type=text], .etc__right .form--cols-5 > *[class*="--x2"] input[type=text], .etc__right .form--cols-5 > *[class*="--x3"] input[type=text], .etc__right .form--cols-5 > *[class*="--x4"] input[type=text], .etc__right .form--cols-5 > *[class*="--x5"] input[type=text], .etc__right .form--cols-5 > *[class*="--x6"] input[type=text], .etc__right .form--cols-5 > *[class*="--x7"] input[type=text], .etc__right .form--cols-5 > *[class*="--x8"] input[type=text], .etc__right .form--cols-5 > *[class*="--x9"] input[type=text], .etc__right .form--cols-5 > *[class*="--x10"] input[type=text], .etc__right .form--cols-5 > *[class*="--x11"] input[type=text], .etc__right .form--cols-5 > *[class*="--x12"] input[type=text], .etc__right .form--cols-6 > *[class*="--x1"] input[type=text], .etc__right .form--cols-6 > *[class*="--x2"] input[type=text], .etc__right .form--cols-6 > *[class*="--x3"] input[type=text], .etc__right .form--cols-6 > *[class*="--x4"] input[type=text], .etc__right .form--cols-6 > *[class*="--x5"] input[type=text], .etc__right .form--cols-6 > *[class*="--x6"] input[type=text], .etc__right .form--cols-6 > *[class*="--x7"] input[type=text], .etc__right .form--cols-6 > *[class*="--x8"] input[type=text], .etc__right .form--cols-6 > *[class*="--x9"] input[type=text], .etc__right .form--cols-6 > *[class*="--x10"] input[type=text], .etc__right .form--cols-6 > *[class*="--x11"] input[type=text], .etc__right .form--cols-6 > *[class*="--x12"] input[type=text], .etc__right .form--cols-7 > *[class*="--x1"] input[type=text], .etc__right .form--cols-7 > *[class*="--x2"] input[type=text], .etc__right .form--cols-7 > *[class*="--x3"] input[type=text], .etc__right .form--cols-7 > *[class*="--x4"] input[type=text], .etc__right .form--cols-7 > *[class*="--x5"] input[type=text], .etc__right .form--cols-7 > *[class*="--x6"] input[type=text], .etc__right .form--cols-7 > *[class*="--x7"] input[type=text], .etc__right .form--cols-7 > *[class*="--x8"] input[type=text], .etc__right .form--cols-7 > *[class*="--x9"] input[type=text], .etc__right .form--cols-7 > *[class*="--x10"] input[type=text], .etc__right .form--cols-7 > *[class*="--x11"] input[type=text], .etc__right .form--cols-7 > *[class*="--x12"] input[type=text], .etc__right .form--cols-8 > *[class*="--x1"] input[type=text], .etc__right .form--cols-8 > *[class*="--x2"] input[type=text], .etc__right .form--cols-8 > *[class*="--x3"] input[type=text], .etc__right .form--cols-8 > *[class*="--x4"] input[type=text], .etc__right .form--cols-8 > *[class*="--x5"] input[type=text], .etc__right .form--cols-8 > *[class*="--x6"] input[type=text], .etc__right .form--cols-8 > *[class*="--x7"] input[type=text], .etc__right .form--cols-8 > *[class*="--x8"] input[type=text], .etc__right .form--cols-8 > *[class*="--x9"] input[type=text], .etc__right .form--cols-8 > *[class*="--x10"] input[type=text], .etc__right .form--cols-8 > *[class*="--x11"] input[type=text], .etc__right .form--cols-8 > *[class*="--x12"] input[type=text], .etc__right .form--cols-9 > *[class*="--x1"] input[type=text], .etc__right .form--cols-9 > *[class*="--x2"] input[type=text], .etc__right .form--cols-9 > *[class*="--x3"] input[type=text], .etc__right .form--cols-9 > *[class*="--x4"] input[type=text], .etc__right .form--cols-9 > *[class*="--x5"] input[type=text], .etc__right .form--cols-9 > *[class*="--x6"] input[type=text], .etc__right .form--cols-9 > *[class*="--x7"] input[type=text], .etc__right .form--cols-9 > *[class*="--x8"] input[type=text], .etc__right .form--cols-9 > *[class*="--x9"] input[type=text], .etc__right .form--cols-9 > *[class*="--x10"] input[type=text], .etc__right .form--cols-9 > *[class*="--x11"] input[type=text], .etc__right .form--cols-9 > *[class*="--x12"] input[type=text], .etc__right .form--cols-10 > *[class*="--x1"] input[type=text], .etc__right .form--cols-10 > *[class*="--x2"] input[type=text], .etc__right .form--cols-10 > *[class*="--x3"] input[type=text], .etc__right .form--cols-10 > *[class*="--x4"] input[type=text], .etc__right .form--cols-10 > *[class*="--x5"] input[type=text], .etc__right .form--cols-10 > *[class*="--x6"] input[type=text], .etc__right .form--cols-10 > *[class*="--x7"] input[type=text], .etc__right .form--cols-10 > *[class*="--x8"] input[type=text], .etc__right .form--cols-10 > *[class*="--x9"] input[type=text], .etc__right .form--cols-10 > *[class*="--x10"] input[type=text], .etc__right .form--cols-10 > *[class*="--x11"] input[type=text], .etc__right .form--cols-10 > *[class*="--x12"] input[type=text], .etc__right .form--cols-11 > *[class*="--x1"] input[type=text], .etc__right .form--cols-11 > *[class*="--x2"] input[type=text], .etc__right .form--cols-11 > *[class*="--x3"] input[type=text], .etc__right .form--cols-11 > *[class*="--x4"] input[type=text], .etc__right .form--cols-11 > *[class*="--x5"] input[type=text], .etc__right .form--cols-11 > *[class*="--x6"] input[type=text], .etc__right .form--cols-11 > *[class*="--x7"] input[type=text], .etc__right .form--cols-11 > *[class*="--x8"] input[type=text], .etc__right .form--cols-11 > *[class*="--x9"] input[type=text], .etc__right .form--cols-11 > *[class*="--x10"] input[type=text], .etc__right .form--cols-11 > *[class*="--x11"] input[type=text], .etc__right .form--cols-11 > *[class*="--x12"] input[type=text], .etc__right .form--cols-12 > *[class*="--x1"] input[type=text], .etc__right .form--cols-12 > *[class*="--x2"] input[type=text], .etc__right .form--cols-12 > *[class*="--x3"] input[type=text], .etc__right .form--cols-12 > *[class*="--x4"] input[type=text], .etc__right .form--cols-12 > *[class*="--x5"] input[type=text], .etc__right .form--cols-12 > *[class*="--x6"] input[type=text], .etc__right .form--cols-12 > *[class*="--x7"] input[type=text], .etc__right .form--cols-12 > *[class*="--x8"] input[type=text], .etc__right .form--cols-12 > *[class*="--x9"] input[type=text], .etc__right .form--cols-12 > *[class*="--x10"] input[type=text], .etc__right .form--cols-12 > *[class*="--x11"] input[type=text], .etc__right .form--cols-12 > *[class*="--x12"] input[type=text], .etc__right .form__group--center input[type=text],
.etc__right .form__group input[type=password],
.etc__right .form--cols-1 > *[class*="--x1"] input[type=password],
.etc__right .form--cols-1 > *[class*="--x2"] input[type=password],
.etc__right .form--cols-1 > *[class*="--x3"] input[type=password],
.etc__right .form--cols-1 > *[class*="--x4"] input[type=password],
.etc__right .form--cols-1 > *[class*="--x5"] input[type=password],
.etc__right .form--cols-1 > *[class*="--x6"] input[type=password],
.etc__right .form--cols-1 > *[class*="--x7"] input[type=password],
.etc__right .form--cols-1 > *[class*="--x8"] input[type=password],
.etc__right .form--cols-1 > *[class*="--x9"] input[type=password],
.etc__right .form--cols-1 > *[class*="--x10"] input[type=password],
.etc__right .form--cols-1 > *[class*="--x11"] input[type=password],
.etc__right .form--cols-1 > *[class*="--x12"] input[type=password],
.etc__right .form--cols-2 > *[class*="--x1"] input[type=password],
.etc__right .form--cols-2 > *[class*="--x2"] input[type=password],
.etc__right .form--cols-2 > *[class*="--x3"] input[type=password],
.etc__right .form--cols-2 > *[class*="--x4"] input[type=password],
.etc__right .form--cols-2 > *[class*="--x5"] input[type=password],
.etc__right .form--cols-2 > *[class*="--x6"] input[type=password],
.etc__right .form--cols-2 > *[class*="--x7"] input[type=password],
.etc__right .form--cols-2 > *[class*="--x8"] input[type=password],
.etc__right .form--cols-2 > *[class*="--x9"] input[type=password],
.etc__right .form--cols-2 > *[class*="--x10"] input[type=password],
.etc__right .form--cols-2 > *[class*="--x11"] input[type=password],
.etc__right .form--cols-2 > *[class*="--x12"] input[type=password],
.etc__right .form--cols-3 > *[class*="--x1"] input[type=password],
.etc__right .form--cols-3 > *[class*="--x2"] input[type=password],
.etc__right .form--cols-3 > *[class*="--x3"] input[type=password],
.etc__right .form--cols-3 > *[class*="--x4"] input[type=password],
.etc__right .form--cols-3 > *[class*="--x5"] input[type=password],
.etc__right .form--cols-3 > *[class*="--x6"] input[type=password],
.etc__right .form--cols-3 > *[class*="--x7"] input[type=password],
.etc__right .form--cols-3 > *[class*="--x8"] input[type=password],
.etc__right .form--cols-3 > *[class*="--x9"] input[type=password],
.etc__right .form--cols-3 > *[class*="--x10"] input[type=password],
.etc__right .form--cols-3 > *[class*="--x11"] input[type=password],
.etc__right .form--cols-3 > *[class*="--x12"] input[type=password],
.etc__right .form--cols-4 > *[class*="--x1"] input[type=password],
.etc__right .form--cols-4 > *[class*="--x2"] input[type=password],
.etc__right .form--cols-4 > *[class*="--x3"] input[type=password],
.etc__right .form--cols-4 > *[class*="--x4"] input[type=password],
.etc__right .form--cols-4 > *[class*="--x5"] input[type=password],
.etc__right .form--cols-4 > *[class*="--x6"] input[type=password],
.etc__right .form--cols-4 > *[class*="--x7"] input[type=password],
.etc__right .form--cols-4 > *[class*="--x8"] input[type=password],
.etc__right .form--cols-4 > *[class*="--x9"] input[type=password],
.etc__right .form--cols-4 > *[class*="--x10"] input[type=password],
.etc__right .form--cols-4 > *[class*="--x11"] input[type=password],
.etc__right .form--cols-4 > *[class*="--x12"] input[type=password],
.etc__right .form--cols-5 > *[class*="--x1"] input[type=password],
.etc__right .form--cols-5 > *[class*="--x2"] input[type=password],
.etc__right .form--cols-5 > *[class*="--x3"] input[type=password],
.etc__right .form--cols-5 > *[class*="--x4"] input[type=password],
.etc__right .form--cols-5 > *[class*="--x5"] input[type=password],
.etc__right .form--cols-5 > *[class*="--x6"] input[type=password],
.etc__right .form--cols-5 > *[class*="--x7"] input[type=password],
.etc__right .form--cols-5 > *[class*="--x8"] input[type=password],
.etc__right .form--cols-5 > *[class*="--x9"] input[type=password],
.etc__right .form--cols-5 > *[class*="--x10"] input[type=password],
.etc__right .form--cols-5 > *[class*="--x11"] input[type=password],
.etc__right .form--cols-5 > *[class*="--x12"] input[type=password],
.etc__right .form--cols-6 > *[class*="--x1"] input[type=password],
.etc__right .form--cols-6 > *[class*="--x2"] input[type=password],
.etc__right .form--cols-6 > *[class*="--x3"] input[type=password],
.etc__right .form--cols-6 > *[class*="--x4"] input[type=password],
.etc__right .form--cols-6 > *[class*="--x5"] input[type=password],
.etc__right .form--cols-6 > *[class*="--x6"] input[type=password],
.etc__right .form--cols-6 > *[class*="--x7"] input[type=password],
.etc__right .form--cols-6 > *[class*="--x8"] input[type=password],
.etc__right .form--cols-6 > *[class*="--x9"] input[type=password],
.etc__right .form--cols-6 > *[class*="--x10"] input[type=password],
.etc__right .form--cols-6 > *[class*="--x11"] input[type=password],
.etc__right .form--cols-6 > *[class*="--x12"] input[type=password],
.etc__right .form--cols-7 > *[class*="--x1"] input[type=password],
.etc__right .form--cols-7 > *[class*="--x2"] input[type=password],
.etc__right .form--cols-7 > *[class*="--x3"] input[type=password],
.etc__right .form--cols-7 > *[class*="--x4"] input[type=password],
.etc__right .form--cols-7 > *[class*="--x5"] input[type=password],
.etc__right .form--cols-7 > *[class*="--x6"] input[type=password],
.etc__right .form--cols-7 > *[class*="--x7"] input[type=password],
.etc__right .form--cols-7 > *[class*="--x8"] input[type=password],
.etc__right .form--cols-7 > *[class*="--x9"] input[type=password],
.etc__right .form--cols-7 > *[class*="--x10"] input[type=password],
.etc__right .form--cols-7 > *[class*="--x11"] input[type=password],
.etc__right .form--cols-7 > *[class*="--x12"] input[type=password],
.etc__right .form--cols-8 > *[class*="--x1"] input[type=password],
.etc__right .form--cols-8 > *[class*="--x2"] input[type=password],
.etc__right .form--cols-8 > *[class*="--x3"] input[type=password],
.etc__right .form--cols-8 > *[class*="--x4"] input[type=password],
.etc__right .form--cols-8 > *[class*="--x5"] input[type=password],
.etc__right .form--cols-8 > *[class*="--x6"] input[type=password],
.etc__right .form--cols-8 > *[class*="--x7"] input[type=password],
.etc__right .form--cols-8 > *[class*="--x8"] input[type=password],
.etc__right .form--cols-8 > *[class*="--x9"] input[type=password],
.etc__right .form--cols-8 > *[class*="--x10"] input[type=password],
.etc__right .form--cols-8 > *[class*="--x11"] input[type=password],
.etc__right .form--cols-8 > *[class*="--x12"] input[type=password],
.etc__right .form--cols-9 > *[class*="--x1"] input[type=password],
.etc__right .form--cols-9 > *[class*="--x2"] input[type=password],
.etc__right .form--cols-9 > *[class*="--x3"] input[type=password],
.etc__right .form--cols-9 > *[class*="--x4"] input[type=password],
.etc__right .form--cols-9 > *[class*="--x5"] input[type=password],
.etc__right .form--cols-9 > *[class*="--x6"] input[type=password],
.etc__right .form--cols-9 > *[class*="--x7"] input[type=password],
.etc__right .form--cols-9 > *[class*="--x8"] input[type=password],
.etc__right .form--cols-9 > *[class*="--x9"] input[type=password],
.etc__right .form--cols-9 > *[class*="--x10"] input[type=password],
.etc__right .form--cols-9 > *[class*="--x11"] input[type=password],
.etc__right .form--cols-9 > *[class*="--x12"] input[type=password],
.etc__right .form--cols-10 > *[class*="--x1"] input[type=password],
.etc__right .form--cols-10 > *[class*="--x2"] input[type=password],
.etc__right .form--cols-10 > *[class*="--x3"] input[type=password],
.etc__right .form--cols-10 > *[class*="--x4"] input[type=password],
.etc__right .form--cols-10 > *[class*="--x5"] input[type=password],
.etc__right .form--cols-10 > *[class*="--x6"] input[type=password],
.etc__right .form--cols-10 > *[class*="--x7"] input[type=password],
.etc__right .form--cols-10 > *[class*="--x8"] input[type=password],
.etc__right .form--cols-10 > *[class*="--x9"] input[type=password],
.etc__right .form--cols-10 > *[class*="--x10"] input[type=password],
.etc__right .form--cols-10 > *[class*="--x11"] input[type=password],
.etc__right .form--cols-10 > *[class*="--x12"] input[type=password],
.etc__right .form--cols-11 > *[class*="--x1"] input[type=password],
.etc__right .form--cols-11 > *[class*="--x2"] input[type=password],
.etc__right .form--cols-11 > *[class*="--x3"] input[type=password],
.etc__right .form--cols-11 > *[class*="--x4"] input[type=password],
.etc__right .form--cols-11 > *[class*="--x5"] input[type=password],
.etc__right .form--cols-11 > *[class*="--x6"] input[type=password],
.etc__right .form--cols-11 > *[class*="--x7"] input[type=password],
.etc__right .form--cols-11 > *[class*="--x8"] input[type=password],
.etc__right .form--cols-11 > *[class*="--x9"] input[type=password],
.etc__right .form--cols-11 > *[class*="--x10"] input[type=password],
.etc__right .form--cols-11 > *[class*="--x11"] input[type=password],
.etc__right .form--cols-11 > *[class*="--x12"] input[type=password],
.etc__right .form--cols-12 > *[class*="--x1"] input[type=password],
.etc__right .form--cols-12 > *[class*="--x2"] input[type=password],
.etc__right .form--cols-12 > *[class*="--x3"] input[type=password],
.etc__right .form--cols-12 > *[class*="--x4"] input[type=password],
.etc__right .form--cols-12 > *[class*="--x5"] input[type=password],
.etc__right .form--cols-12 > *[class*="--x6"] input[type=password],
.etc__right .form--cols-12 > *[class*="--x7"] input[type=password],
.etc__right .form--cols-12 > *[class*="--x8"] input[type=password],
.etc__right .form--cols-12 > *[class*="--x9"] input[type=password],
.etc__right .form--cols-12 > *[class*="--x10"] input[type=password],
.etc__right .form--cols-12 > *[class*="--x11"] input[type=password],
.etc__right .form--cols-12 > *[class*="--x12"] input[type=password],
.etc__right .form__group--center input[type=password] {
  width: 100%;
  padding: 13px;
  border-radius: 4px;
}
.etc__right .form__group input[type=checkbox] + label, .etc__right .form--cols-1 > *[class*="--x1"] input[type=checkbox] + label, .etc__right .form--cols-1 > *[class*="--x2"] input[type=checkbox] + label, .etc__right .form--cols-1 > *[class*="--x3"] input[type=checkbox] + label, .etc__right .form--cols-1 > *[class*="--x4"] input[type=checkbox] + label, .etc__right .form--cols-1 > *[class*="--x5"] input[type=checkbox] + label, .etc__right .form--cols-1 > *[class*="--x6"] input[type=checkbox] + label, .etc__right .form--cols-1 > *[class*="--x7"] input[type=checkbox] + label, .etc__right .form--cols-1 > *[class*="--x8"] input[type=checkbox] + label, .etc__right .form--cols-1 > *[class*="--x9"] input[type=checkbox] + label, .etc__right .form--cols-1 > *[class*="--x10"] input[type=checkbox] + label, .etc__right .form--cols-1 > *[class*="--x11"] input[type=checkbox] + label, .etc__right .form--cols-1 > *[class*="--x12"] input[type=checkbox] + label, .etc__right .form--cols-2 > *[class*="--x1"] input[type=checkbox] + label, .etc__right .form--cols-2 > *[class*="--x2"] input[type=checkbox] + label, .etc__right .form--cols-2 > *[class*="--x3"] input[type=checkbox] + label, .etc__right .form--cols-2 > *[class*="--x4"] input[type=checkbox] + label, .etc__right .form--cols-2 > *[class*="--x5"] input[type=checkbox] + label, .etc__right .form--cols-2 > *[class*="--x6"] input[type=checkbox] + label, .etc__right .form--cols-2 > *[class*="--x7"] input[type=checkbox] + label, .etc__right .form--cols-2 > *[class*="--x8"] input[type=checkbox] + label, .etc__right .form--cols-2 > *[class*="--x9"] input[type=checkbox] + label, .etc__right .form--cols-2 > *[class*="--x10"] input[type=checkbox] + label, .etc__right .form--cols-2 > *[class*="--x11"] input[type=checkbox] + label, .etc__right .form--cols-2 > *[class*="--x12"] input[type=checkbox] + label, .etc__right .form--cols-3 > *[class*="--x1"] input[type=checkbox] + label, .etc__right .form--cols-3 > *[class*="--x2"] input[type=checkbox] + label, .etc__right .form--cols-3 > *[class*="--x3"] input[type=checkbox] + label, .etc__right .form--cols-3 > *[class*="--x4"] input[type=checkbox] + label, .etc__right .form--cols-3 > *[class*="--x5"] input[type=checkbox] + label, .etc__right .form--cols-3 > *[class*="--x6"] input[type=checkbox] + label, .etc__right .form--cols-3 > *[class*="--x7"] input[type=checkbox] + label, .etc__right .form--cols-3 > *[class*="--x8"] input[type=checkbox] + label, .etc__right .form--cols-3 > *[class*="--x9"] input[type=checkbox] + label, .etc__right .form--cols-3 > *[class*="--x10"] input[type=checkbox] + label, .etc__right .form--cols-3 > *[class*="--x11"] input[type=checkbox] + label, .etc__right .form--cols-3 > *[class*="--x12"] input[type=checkbox] + label, .etc__right .form--cols-4 > *[class*="--x1"] input[type=checkbox] + label, .etc__right .form--cols-4 > *[class*="--x2"] input[type=checkbox] + label, .etc__right .form--cols-4 > *[class*="--x3"] input[type=checkbox] + label, .etc__right .form--cols-4 > *[class*="--x4"] input[type=checkbox] + label, .etc__right .form--cols-4 > *[class*="--x5"] input[type=checkbox] + label, .etc__right .form--cols-4 > *[class*="--x6"] input[type=checkbox] + label, .etc__right .form--cols-4 > *[class*="--x7"] input[type=checkbox] + label, .etc__right .form--cols-4 > *[class*="--x8"] input[type=checkbox] + label, .etc__right .form--cols-4 > *[class*="--x9"] input[type=checkbox] + label, .etc__right .form--cols-4 > *[class*="--x10"] input[type=checkbox] + label, .etc__right .form--cols-4 > *[class*="--x11"] input[type=checkbox] + label, .etc__right .form--cols-4 > *[class*="--x12"] input[type=checkbox] + label, .etc__right .form--cols-5 > *[class*="--x1"] input[type=checkbox] + label, .etc__right .form--cols-5 > *[class*="--x2"] input[type=checkbox] + label, .etc__right .form--cols-5 > *[class*="--x3"] input[type=checkbox] + label, .etc__right .form--cols-5 > *[class*="--x4"] input[type=checkbox] + label, .etc__right .form--cols-5 > *[class*="--x5"] input[type=checkbox] + label, .etc__right .form--cols-5 > *[class*="--x6"] input[type=checkbox] + label, .etc__right .form--cols-5 > *[class*="--x7"] input[type=checkbox] + label, .etc__right .form--cols-5 > *[class*="--x8"] input[type=checkbox] + label, .etc__right .form--cols-5 > *[class*="--x9"] input[type=checkbox] + label, .etc__right .form--cols-5 > *[class*="--x10"] input[type=checkbox] + label, .etc__right .form--cols-5 > *[class*="--x11"] input[type=checkbox] + label, .etc__right .form--cols-5 > *[class*="--x12"] input[type=checkbox] + label, .etc__right .form--cols-6 > *[class*="--x1"] input[type=checkbox] + label, .etc__right .form--cols-6 > *[class*="--x2"] input[type=checkbox] + label, .etc__right .form--cols-6 > *[class*="--x3"] input[type=checkbox] + label, .etc__right .form--cols-6 > *[class*="--x4"] input[type=checkbox] + label, .etc__right .form--cols-6 > *[class*="--x5"] input[type=checkbox] + label, .etc__right .form--cols-6 > *[class*="--x6"] input[type=checkbox] + label, .etc__right .form--cols-6 > *[class*="--x7"] input[type=checkbox] + label, .etc__right .form--cols-6 > *[class*="--x8"] input[type=checkbox] + label, .etc__right .form--cols-6 > *[class*="--x9"] input[type=checkbox] + label, .etc__right .form--cols-6 > *[class*="--x10"] input[type=checkbox] + label, .etc__right .form--cols-6 > *[class*="--x11"] input[type=checkbox] + label, .etc__right .form--cols-6 > *[class*="--x12"] input[type=checkbox] + label, .etc__right .form--cols-7 > *[class*="--x1"] input[type=checkbox] + label, .etc__right .form--cols-7 > *[class*="--x2"] input[type=checkbox] + label, .etc__right .form--cols-7 > *[class*="--x3"] input[type=checkbox] + label, .etc__right .form--cols-7 > *[class*="--x4"] input[type=checkbox] + label, .etc__right .form--cols-7 > *[class*="--x5"] input[type=checkbox] + label, .etc__right .form--cols-7 > *[class*="--x6"] input[type=checkbox] + label, .etc__right .form--cols-7 > *[class*="--x7"] input[type=checkbox] + label, .etc__right .form--cols-7 > *[class*="--x8"] input[type=checkbox] + label, .etc__right .form--cols-7 > *[class*="--x9"] input[type=checkbox] + label, .etc__right .form--cols-7 > *[class*="--x10"] input[type=checkbox] + label, .etc__right .form--cols-7 > *[class*="--x11"] input[type=checkbox] + label, .etc__right .form--cols-7 > *[class*="--x12"] input[type=checkbox] + label, .etc__right .form--cols-8 > *[class*="--x1"] input[type=checkbox] + label, .etc__right .form--cols-8 > *[class*="--x2"] input[type=checkbox] + label, .etc__right .form--cols-8 > *[class*="--x3"] input[type=checkbox] + label, .etc__right .form--cols-8 > *[class*="--x4"] input[type=checkbox] + label, .etc__right .form--cols-8 > *[class*="--x5"] input[type=checkbox] + label, .etc__right .form--cols-8 > *[class*="--x6"] input[type=checkbox] + label, .etc__right .form--cols-8 > *[class*="--x7"] input[type=checkbox] + label, .etc__right .form--cols-8 > *[class*="--x8"] input[type=checkbox] + label, .etc__right .form--cols-8 > *[class*="--x9"] input[type=checkbox] + label, .etc__right .form--cols-8 > *[class*="--x10"] input[type=checkbox] + label, .etc__right .form--cols-8 > *[class*="--x11"] input[type=checkbox] + label, .etc__right .form--cols-8 > *[class*="--x12"] input[type=checkbox] + label, .etc__right .form--cols-9 > *[class*="--x1"] input[type=checkbox] + label, .etc__right .form--cols-9 > *[class*="--x2"] input[type=checkbox] + label, .etc__right .form--cols-9 > *[class*="--x3"] input[type=checkbox] + label, .etc__right .form--cols-9 > *[class*="--x4"] input[type=checkbox] + label, .etc__right .form--cols-9 > *[class*="--x5"] input[type=checkbox] + label, .etc__right .form--cols-9 > *[class*="--x6"] input[type=checkbox] + label, .etc__right .form--cols-9 > *[class*="--x7"] input[type=checkbox] + label, .etc__right .form--cols-9 > *[class*="--x8"] input[type=checkbox] + label, .etc__right .form--cols-9 > *[class*="--x9"] input[type=checkbox] + label, .etc__right .form--cols-9 > *[class*="--x10"] input[type=checkbox] + label, .etc__right .form--cols-9 > *[class*="--x11"] input[type=checkbox] + label, .etc__right .form--cols-9 > *[class*="--x12"] input[type=checkbox] + label, .etc__right .form--cols-10 > *[class*="--x1"] input[type=checkbox] + label, .etc__right .form--cols-10 > *[class*="--x2"] input[type=checkbox] + label, .etc__right .form--cols-10 > *[class*="--x3"] input[type=checkbox] + label, .etc__right .form--cols-10 > *[class*="--x4"] input[type=checkbox] + label, .etc__right .form--cols-10 > *[class*="--x5"] input[type=checkbox] + label, .etc__right .form--cols-10 > *[class*="--x6"] input[type=checkbox] + label, .etc__right .form--cols-10 > *[class*="--x7"] input[type=checkbox] + label, .etc__right .form--cols-10 > *[class*="--x8"] input[type=checkbox] + label, .etc__right .form--cols-10 > *[class*="--x9"] input[type=checkbox] + label, .etc__right .form--cols-10 > *[class*="--x10"] input[type=checkbox] + label, .etc__right .form--cols-10 > *[class*="--x11"] input[type=checkbox] + label, .etc__right .form--cols-10 > *[class*="--x12"] input[type=checkbox] + label, .etc__right .form--cols-11 > *[class*="--x1"] input[type=checkbox] + label, .etc__right .form--cols-11 > *[class*="--x2"] input[type=checkbox] + label, .etc__right .form--cols-11 > *[class*="--x3"] input[type=checkbox] + label, .etc__right .form--cols-11 > *[class*="--x4"] input[type=checkbox] + label, .etc__right .form--cols-11 > *[class*="--x5"] input[type=checkbox] + label, .etc__right .form--cols-11 > *[class*="--x6"] input[type=checkbox] + label, .etc__right .form--cols-11 > *[class*="--x7"] input[type=checkbox] + label, .etc__right .form--cols-11 > *[class*="--x8"] input[type=checkbox] + label, .etc__right .form--cols-11 > *[class*="--x9"] input[type=checkbox] + label, .etc__right .form--cols-11 > *[class*="--x10"] input[type=checkbox] + label, .etc__right .form--cols-11 > *[class*="--x11"] input[type=checkbox] + label, .etc__right .form--cols-11 > *[class*="--x12"] input[type=checkbox] + label, .etc__right .form--cols-12 > *[class*="--x1"] input[type=checkbox] + label, .etc__right .form--cols-12 > *[class*="--x2"] input[type=checkbox] + label, .etc__right .form--cols-12 > *[class*="--x3"] input[type=checkbox] + label, .etc__right .form--cols-12 > *[class*="--x4"] input[type=checkbox] + label, .etc__right .form--cols-12 > *[class*="--x5"] input[type=checkbox] + label, .etc__right .form--cols-12 > *[class*="--x6"] input[type=checkbox] + label, .etc__right .form--cols-12 > *[class*="--x7"] input[type=checkbox] + label, .etc__right .form--cols-12 > *[class*="--x8"] input[type=checkbox] + label, .etc__right .form--cols-12 > *[class*="--x9"] input[type=checkbox] + label, .etc__right .form--cols-12 > *[class*="--x10"] input[type=checkbox] + label, .etc__right .form--cols-12 > *[class*="--x11"] input[type=checkbox] + label, .etc__right .form--cols-12 > *[class*="--x12"] input[type=checkbox] + label, .etc__right .form__group--center input[type=checkbox] + label {
  margin-top: 0;
}
.etc__right .form .button__group, .etc__right .form .button__group--center {
  width: 100%;
}
.etc__right .form .button__group > *, .etc__right .form .button__group--center > * {
  width: 100%;
  padding: 13px;
  border-radius: 4px;
}
.etc__right .footer {
  gap: 20px;
  padding: 20px;
  width: 500px;
  max-width: 90%;
}
.etc__right .footer p {
  font-size: 12px;
  color: var(--color-gray-600);
  text-align: center;
  letter-spacing: -0.025em;
  margin-top: 10px;
}
.etc__right .footer p a {
  font-size: 14px;
  font-family: var(--font-m);
  color: var(--color-gray-800);
}
.etc__right .language ul li {
  color: var(--color-gray-700);
}
.etc__right .language ul li:not(:last-child):after {
  background-color: rgba(var(--color-rgb-dark), 0.5);
}
.etc__right .etc__header {
  margin-left: auto;
}

@media (max-width: 1199.98px) {
  .etc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .etc > * {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .etc__left {
    position: relative;
    padding: 10px;
    gap: 0;
  }
  .etc__left > i {
    display: none;
  }
  .etc__left > .logo {
    width: 115px;
    height: 46px;
    margin-top: 0px;
  }
  .etc__left > h2 {
    display: none;
  }
  .etc__wrap {
    padding: 30px 20px;
  }
  .etc__wrap p {
    font-size: 16px;
  }
  .etc__wrap i {
    width: 200px;
  }
}

.resizer {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-dark);
  opacity: 0.5;
}

.resizer[data-direction='horizontal'] {
  height: 100%;
  width: 4px;
  min-width: 4px;
  cursor: col-resize;
}

.resizer[data-direction='vertical'] {
  width: 100%;
  height: 4px;
  min-height: 4px;
  cursor: row-resize;
}

#menuTabsArea ul{
  overflow-x: scroll;
}

#menuTabsArea ul::-webkit-scrollbar {
  display: none;
}

.grid__cell {
  display: flex;
  flex-direction: column;
}

.grid__cell--row .grid__row {
  display: flex;
  height: 50%;
  flex-direction: column;
  gap: unset;
  flex-wrap: nowrap;
}

.container .cell__content > .wj-flexgrid,
.container .cell__content > .wj-treeview {
  height: 100%;
}

.container__body {
  height: calc(100% - 85px);
}

.flex_container {
  display: flex;
  flex-direction: column;
}

.flex_container_row {
  display: flex;
  flex-direction: row;
}

.flex_container > div:last-child,
.flex_container_col > div:last-child,
.flex_container .cell__content,
.flex_container_row .cell__content {
  flex-basis: 100%;
  overflow: hidden;
}

.flex_container > div:last-child > div,
.flex_container_col > div:last-child > div{
  height: 90%;
}

[wj-part="cells"] .wj-column-selector-group + span{
  display: none;
}

.wj-treeview {
  background: transparent;
}

.header__history > .move-btn {
  cursor: pointer;
  width: 30px;
  justify-content: center;
}

.no-search .select2-search { 
  display: none;
}

.paging_area .page_btn {
  margin: 0 5px;
}

.paging_area .page_btn.current_page {
  text-decoration: underline;
}

@media (max-width: 1399.98px) {
  .resizer {
    display: none;
  }

  .resizer + [class^=grid] {
    margin-top: 12px;
  }

  .container__body {
    height: unset;
  }

  .flex_container > div:last-child, .flex_container_col > div:last-child, .flex_container .cell__content, .flex_container_row .cell__content {
    flex-basis: unset;
  }

  .container .cell__content > .wj-flexgrid,
  .container .cell__content > .wj-treeview {
    height: 500px;
  }

  .container .cell__content > .wj-flexgrid, .container .cell__content > .wj-treeview {
    height: 500px;
  }
}